Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp554 struct InstrPos { struct in __anon41ad64740411::LDVImpl
555 MachineInstr *MI; ///< Debug instruction, unlinked from it's block.
556 SlotIndex Idx; ///< Slot position where MI should be re-inserted.
557 MachineBasicBlock *MBB; ///< Block that MI was in.
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp304 DenseMap<const MachineInstr *, unsigned> InstrPos; member in __anon1b68b5870211::X86OptimizeLEAPass