Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineCombiner.cpp248 InstrPtr, InstrPtr->findRegisterUseOperandIdx(MO.getReg())); in getDepth()
432 for (auto *InstrPtr : Instrs) { in instr2instrSC() local
433 unsigned Opc = InstrPtr->getOpcode(); in instr2instrSC()
524 for (auto *InstrPtr : InsInstrs) in insertDeleteInstructions() local
527 for (auto *InstrPtr : DelInstrs) { in insertDeleteInstructions() local
528 InstrPtr->eraseFromParent(); in insertDeleteInstructions()
531 if (I->MI == InstrPtr) in insertDeleteInstructions()
539 for (auto *InstrPtr : InsInstrs) in insertDeleteInstructions() local
656 for (auto const *InstrPtr : DelInstrs) in combineInstructions()
735 for (auto *InstrPtr : InsInstrs) in combineInstructions() local
[all …]