Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.h318 bool addThroughConstraints(InterferenceCache::Cursor, ArrayRef<unsigned>);
H A DRegAllocGreedy.cpp808 bool RAGreedy::addThroughConstraints(InterferenceCache::Cursor Intf, in addThroughConstraints() function in RAGreedy
900 if (!addThroughConstraints(Cand.Intf, NewBlocks)) in growRegion()