Searched defs:BlockNo (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/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 | 1457 uint64_t BlockNo = TargetInstr.getParent()->getNumber(); getValueForInstrRef() local |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ | ||
H A D | MachineFunction.cpp | 351 unsigned BlockNo = 0; RenumberBlocks() local |