Searched defs:mbb (Results 1 – 6 of 6) sorted by relevance
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LiveIntervals.h | 237 getMBBStartIdx(const MachineBasicBlock * mbb) getMBBStartIdx() argument 242 getMBBEndIdx(const MachineBasicBlock * mbb) getMBBEndIdx() argument 247 isLiveInToMBB(const LiveRange & LR,const MachineBasicBlock * mbb) isLiveInToMBB() argument 252 isLiveOutOfMBB(const LiveRange & LR,const MachineBasicBlock * mbb) isLiveOutOfMBB() argument
|
H A D | SlotIndexes.h | 453 getMBBStartIdx(const MachineBasicBlock * mbb) getMBBStartIdx() argument 463 getMBBEndIdx(const MachineBasicBlock * mbb) getMBBEndIdx() argument 594 insertMBBInMaps(MachineBasicBlock * mbb) insertMBBInMaps() argument [all...] |
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMConstantPoolValue.cpp | 264 const MachineBasicBlock *mbb, in ARMConstantPoolMBB() 273 const MachineBasicBlock *mbb, in Create()
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | mangle-ms-back-references.cpp | 40 void mbb(bool a, bool b) {} in mbb() function
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | InstrEmitter.cpp | 1450 InstrEmitter(const TargetMachine & TM,MachineBasicBlock * mbb,MachineBasicBlock::iterator insertpos) InstrEmitter() argument
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | RegisterPressure.cpp | 266 init(const MachineFunction * mf,const RegisterClassInfo * rci,const LiveIntervals * lis,const MachineBasicBlock * mbb,MachineBasicBlock::const_iterator pos,bool TrackLaneMasks,bool TrackUntiedDefs) init() argument
|