Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineCombiner.cpp197 InstrPtr, InstrPtr->findRegisterUseOperandIdx(MO.getReg())); in getDepth()
361 for (auto *InstrPtr : Instrs) { in instr2instrSC() local
362 unsigned Opc = InstrPtr->getOpcode(); in instr2instrSC()
437 for (auto *InstrPtr : InsInstrs) in insertDeleteInstructions() local
440 for (auto *InstrPtr : DelInstrs) { in insertDeleteInstructions() local
444 if (I->MI == InstrPtr) in insertDeleteInstructions()
452 for (auto *InstrPtr : InsInstrs) in insertDeleteInstructions() local
563 for (auto const *InstrPtr : DelInstrs) { in combineInstructions()
568 for (auto const *InstrPtr : InsInstrs) { in combineInstructions()
622 for (auto *InstrPtr : InsInstrs) in combineInstructions() local
[all …]