Searched defs:addSplitConstraints (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DRegAllocGreedy.cpp257 bool addSplitConstraints(InterferenceCache::Cursor, float&);
667 /// addSplitConstraints - Fill out the SplitConstraints vector based on the
672 bool RAGreedy::addSplitConstraints(InterferenceCache::Cursor Intf, function in class:RAGreedy
851 if (!addSplitConstraints(Cand.Intf, Cost)) {
1130 if (!addSplitConstraints(Cand.Intf, Cost)) {
/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp350 bool addSplitConstraints(InterferenceCache::Cursor, BlockFrequency&);
929 /// addSplitConstraints - Fill out the SplitConstraints vector based on the
934 bool RAGreedy::addSplitConstraints(InterferenceCache::Cursor Intf, function in class:__anon12608::RAGreedy
1117 if (!addSplitConstraints(Cand.Intf, Cost)) {
1421 if (!addSplitConstraints(Cand.Intf, Cost)) {

Completed in 55 milliseconds