Searched refs:SpillPlacer (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DRegAllocGreedy.cpp80 SpillPlacement *SpillPlacer; member in class:__anon18553::RAGreedy
717 StaticCost += Ins * SpillPlacer->getBlockFrequency(BC.Number);
723 SpillPlacer->addConstraints(SplitConstraints);
724 return SpillPlacer->scanActiveBundles();
728 /// addThroughConstraints - Add constraints and links to SpillPlacer from the
745 SpillPlacer->addLinks(makeArrayRef(TBS, T));
768 SpillPlacer->addConstraints(Array);
774 SpillPlacer->addConstraints(Array);
775 SpillPlacer->addLinks(makeArrayRef(TBS, T));
779 // Keep track of through blocks that have not been added to SpillPlacer
[all...]
/external/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp130 SpillPlacement *SpillPlacer; member in class:__anon12608::RAGreedy
985 StaticCost += SpillPlacer->getBlockFrequency(BC.Number);
991 SpillPlacer->addConstraints(SplitConstraints);
992 return SpillPlacer->scanActiveBundles();
996 /// addThroughConstraints - Add constraints and links to SpillPlacer from the
1013 SpillPlacer->addLinks(makeArrayRef(TBS, T));
1035 SpillPlacer->addConstraints(makeArrayRef(BCS, B));
1040 SpillPlacer->addConstraints(makeArrayRef(BCS, B));
1041 SpillPlacer->addLinks(makeArrayRef(TBS, T));
1045 // Keep track of through blocks that have not been added to SpillPlacer
[all...]

Completed in 34 milliseconds