Searched refs:addSplitConstraints (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 257 bool addSplitConstraints(InterferenceCache::Cursor, float&); 672 bool RAGreedy::addSplitConstraints(InterferenceCache::Cursor Intf, in addSplitConstraints() function in RAGreedy 851 if (!addSplitConstraints(Cand.Intf, Cost)) { in calcCompactRegion() 1130 if (!addSplitConstraints(Cand.Intf, Cost)) { in tryRegionSplit()
|
/external/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 350 bool addSplitConstraints(InterferenceCache::Cursor, BlockFrequency&); 934 bool RAGreedy::addSplitConstraints(InterferenceCache::Cursor Intf, in addSplitConstraints() function in RAGreedy 1117 if (!addSplitConstraints(Cand.Intf, Cost)) { in calcCompactRegion() 1421 if (!addSplitConstraints(Cand.Intf, Cost)) { in calculateRegionSplitCost()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 451 bool addSplitConstraints(InterferenceCache::Cursor, BlockFrequency&); 1172 bool RAGreedy::addSplitConstraints(InterferenceCache::Cursor Intf, in addSplitConstraints() function in RAGreedy 1354 if (!addSplitConstraints(Cand.Intf, Cost)) { in calcCompactRegion() 1873 if (!addSplitConstraints(Cand.Intf, Cost)) { in calculateRegionSplitCost()
|