Searched defs:MBBEnd (Results 1 – 8 of 8) sorted by relevance
/llvm-project/llvm/lib/CodeGen/GlobalISel/ | ||
H A D | CSEMIRBuilder.cpp | 25 auto MBBEnd = getMBB().end(); in dominates() local |
/llvm-project/llvm/lib/Target/AMDGPU/ | ||
H A D | GCNRegPressure.h | 224 MachineBasicBlock::const_iterator MBBEnd; global() variable |
/llvm-project/llvm/lib/Target/X86/ | ||
H A D | X86FastPreTileConfig.cpp | 105 if (B == MBBEnd) in dominates() local |
/llvm-project/llvm/lib/CodeGen/ | ||
H A D | LiveIntervals.cpp | 632 SlotIndex MBBEnd = Indexes->getMBBEndIdx(KillMBB); pruneValue() local |
H A D | SplitKit.cpp | 71 SlotIndex MBBEnd = LIS.getMBBEndIdx(&MBB); computeLastInsertPoint() local |
H A D | LiveDebugVariables.cpp | 1774 SlotIndex MBBEnd = LIS.getMBBEndIdx(&*MBB); emitDebugValues() local |
H A D | RegisterCoalescer.cpp | 3075 SlotIndex MBBEnd = Indexes->getMBBEndIdx(MBB); taintExtent() local |
H A D | MachineScheduler.cpp | 605 for (MachineFunction::iterator MBB = MF->begin(), MBBEnd = MF->end(); scheduleRegions() local |