Searched defs:BlockNo (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ | ||
H A D | InstrRefBasedImpl.h | 110 uint64_t BlockNo : 20; /// The block where the def happens. global() member |
H A D | InstrRefBasedImpl.cpp | 1458 uint64_t BlockNo = TargetInstr.getParent()->getNumber(); getValueForInstrRef() local |
/llvm-project/llvm/lib/CodeGen/ | ||
H A D | MachineFunction.cpp | 352 unsigned BlockNo = 0; in RenumberBlocks() local |