Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp365 DebugInfoBeforePass.InstToDelete.insert({&I, &I}); in collectDebugInfoMetadata()
422 const WeakInstValueMap &InstToDelete, in checkInstructions() argument
435 auto WeakInstrPtr = InstToDelete.find(Instr); in checkInstructions()
436 if (WeakInstrPtr != InstToDelete.end() && !WeakInstrPtr->second) in checkInstructions()
631 auto InstToDelete = DebugInfoBeforePass.InstToDelete; in checkDebugInfoMetadata() local
643 DILocsBefore, DILocsAfter, InstToDelete, NameOfWrappedPass, in checkDebugInfoMetadata()
/src/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp233 MachineInstr &InstToDelete = *DI; in analyzeBranch() local
235 InstToDelete.eraseFromParent(); in analyzeBranch()
/src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h43 WeakInstValueMap InstToDelete; member
/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp439 MachineInstr &InstToDelete = *DI; in analyzeBranch() local
442 if (isSpeculationBarrierEndBBOpcode(InstToDelete.getOpcode())) in analyzeBranch()
444 InstToDelete.eraseFromParent(); in analyzeBranch()