Lines Matching refs:PEI
88 void PEI::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
104 MachineBasicBlock* PEI::getTopLevelLoopPreheader(MachineLoop* LP) { in getTopLevelLoopPreheader()
115 MachineLoop* PEI::getTopLevelLoopParent(MachineLoop *LP) { in getTopLevelLoopParent()
126 bool PEI::isReturnBlock(MachineBasicBlock* MBB) { in isReturnBlock()
131 void PEI::clearAnticAvailSets() { in clearAnticAvailSets()
139 void PEI::clearAllSets() { in clearAllSets()
150 void PEI::initShrinkWrappingInfo() { in initShrinkWrappingInfo()
181 void PEI::placeCSRSpillsAndRestores(MachineFunction &Fn) { in placeCSRSpillsAndRestores()
200 bool PEI::calcAnticInOut(MachineBasicBlock* MBB) { in calcAnticInOut()
238 bool PEI::calcAvailInOut(MachineBasicBlock* MBB) { in calcAvailInOut()
276 void PEI::calculateAnticAvail(MachineFunction &Fn) { in calculateAnticAvail()
327 void PEI::propagateUsesAroundLoop(MachineBasicBlock* MBB, MachineLoop* LP) { in propagateUsesAroundLoop()
358 bool PEI::calculateSets(MachineFunction &Fn) { in calculateSets()
556 bool PEI::addUsesForMEMERegion(MachineBasicBlock* MBB, in addUsesForMEMERegion()
632 bool PEI::addUsesForTopLevelLoops(SmallVector<MachineBasicBlock*, 4>& blks) { in addUsesForTopLevelLoops()
676 bool PEI::calcSpillPlacements(MachineBasicBlock* MBB, in calcSpillPlacements()
738 bool PEI::calcRestorePlacements(MachineBasicBlock* MBB, in calcRestorePlacements()
796 void PEI::placeSpillsAndRestores(MachineFunction &Fn) { in placeSpillsAndRestores()
881 void PEI::findFastExitPath() { in findFastExitPath()
937 void PEI::verifySpillRestorePlacement() { in verifySpillRestorePlacement()
1043 std::string PEI::getBasicBlockName(const MachineBasicBlock* MBB) { in getBasicBlockName()
1055 std::string PEI::stringifyCSRegSet(const CSRegSet& s) { in stringifyCSRegSet()
1080 void PEI::dumpSet(const CSRegSet& s) { in dumpSet()
1084 void PEI::dumpUsed(MachineBasicBlock* MBB) { in dumpUsed()
1092 void PEI::dumpAllUsed() { in dumpAllUsed()
1100 void PEI::dumpSets(MachineBasicBlock* MBB) { in dumpSets()
1112 void PEI::dumpSets1(MachineBasicBlock* MBB) { in dumpSets1()
1126 void PEI::dumpAllSets() { in dumpAllSets()
1134 void PEI::dumpSRSets() { in dumpSRSets()