Home
last modified time | relevance | path

Searched refs:addThroughConstraints (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DRegAllocGreedy.h330 bool addThroughConstraints(InterferenceCache::Cursor, ArrayRef<unsigned>);
DRegAllocGreedy.cpp670 bool RAGreedy::addThroughConstraints(InterferenceCache::Cursor Intf, in addThroughConstraints() function in RAGreedy
762 if (!addThroughConstraints(Cand.Intf, NewBlocks)) in growRegion()