Home
last modified time | relevance | path

Searched defs:InstrPos (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp556 struct InstrPos { struct in __anon2c26177a0411::LDVImpl
557 MachineInstr *MI; ///< Debug instruction, unlinked from it's block.
558 SlotIndex Idx; ///< Slot position where MI should be re-inserted.
559 MachineBasicBlock *MBB; ///< Block that MI was in.
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp303 DenseMap<const MachineInstr *, unsigned> InstrPos; member in __anon05e1688d0211::X86OptimizeLEAPass