Searched defs:InstrPos (Results 1 – 2 of 2) sorted by relevance
568 struct InstrPos { struct in llvm::LiveDebugVariables::LDVImpl569 MachineInstr *MI; ///< Debug instruction, unlinked from it's block.570 SlotIndex Idx; ///< Slot position where MI should be re-inserted.571 MachineBasicBlock *MBB; ///< Block that MI was in.
303 DenseMap<const MachineInstr *, unsigned> InstrPos; member in __anone2ec82570211::X86OptimizeLEAPass