Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp555 struct InstrPos { struct in __anon5b3cf91b0411::LDVImpl
556 MachineInstr *MI; ///< Debug instruction, unlinked from it's block.
557 SlotIndex Idx; ///< Slot position where MI should be re-inserted.
558 MachineBasicBlock *MBB; ///< Block that MI was in.
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp303 DenseMap<const MachineInstr *, unsigned> InstrPos; member in __anon34f84a2e0211::X86OptimizeLEAPass