Home
last modified time | relevance | path

Searched refs:UseMBB (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
DLiveRangeCalc.cpp228 MachineBasicBlock *UseMBB = Indexes->getMBBFromIndex(Use.getPrevSlot()); in extend() local
229 assert(UseMBB && "No MBB at Use"); in extend()
232 if (LR.extendInBlock(Indexes->getMBBStartIdx(UseMBB), Use)) in extend()
239 if (findReachingDefs(LR, *UseMBB, Use, PhysReg)) in extend()
258 bool LiveRangeCalc::findReachingDefs(LiveRange &LR, MachineBasicBlock &UseMBB, in findReachingDefs() argument
260 unsigned UseMBBNum = UseMBB.getNumber(); in findReachingDefs()
323 if (Pred != &UseMBB) in findReachingDefs()
362 if (MBB == &UseMBB) in findReachingDefs()
DPeepholeOptimizer.cpp489 MachineBasicBlock *UseMBB = UseMI->getParent(); in INITIALIZE_PASS_DEPENDENCY() local
490 if (UseMBB == MBB) { in INITIALIZE_PASS_DEPENDENCY()
494 } else if (ReachedBBs.count(UseMBB)) { in INITIALIZE_PASS_DEPENDENCY()
498 } else if (Aggressive && DT->dominates(MBB, UseMBB)) { in INITIALIZE_PASS_DEPENDENCY()
530 MachineBasicBlock *UseMBB = UseMI->getParent(); in INITIALIZE_PASS_DEPENDENCY() local
531 if (PHIBBs.count(UseMBB)) in INITIALIZE_PASS_DEPENDENCY()
541 MachineInstr *Copy = BuildMI(*UseMBB, UseMI, UseMI->getDebugLoc(), in INITIALIZE_PASS_DEPENDENCY()
DLiveRangeCalc.h114 bool findReachingDefs(LiveRange &LR, MachineBasicBlock &UseMBB,