Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86OptimizeLEAs.cpp303 DenseMap<const MachineInstr *, unsigned> InstrPos; member in __anon34f84a2e0211::X86OptimizeLEAPass
324 assert(InstrPos.find(&First) != InstrPos.end() && in calcInstrDist()
325 InstrPos.find(&Last) != InstrPos.end() && in calcInstrDist()
328 return InstrPos[&Last] - InstrPos[&First]; in calcInstrDist()
488 InstrPos[&MI] = Pos += 2; in findLEAs()
541 InstrPos[DefMI] = InstrPos[&MI] - 1; in removeRedundantAddrCalc()
544 assert(((InstrPos[DefMI] == 1 && in removeRedundantAddrCalc()
546 InstrPos[DefMI] > in removeRedundantAddrCalc()
547 InstrPos[&*std::prev(MachineBasicBlock::iterator(DefMI))]) && in removeRedundantAddrCalc()
731 InstrPos.clear(); in runOnMachineFunction()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp555 struct InstrPos { struct in __anon5b3cf91b0411::LDVImpl
562 SmallVector<InstrPos, 32> StashedDebugInstrs;