Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp344 DIPreservationMap[NameOfWrappedPass].InstToDelete.insert({&I, &I}); in collectDebugInfoMetadata()
401 const WeakInstValueMap &InstToDelete, in checkInstructions() argument
414 auto WeakInstrPtr = InstToDelete.find(Instr); in checkInstructions()
415 if (WeakInstrPtr != InstToDelete.end() && !WeakInstrPtr->second) in checkInstructions()
599 auto InstToDelete = DIPreservationAfter[NameOfWrappedPass].InstToDelete; in checkDebugInfoMetadata() local
611 DILocsBefore, DILocsAfter, InstToDelete, NameOfWrappedPass, in checkDebugInfoMetadata()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp233 MachineInstr &InstToDelete = *DI; in analyzeBranch() local
235 InstToDelete.eraseFromParent(); in analyzeBranch()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h39 WeakInstValueMap InstToDelete; member
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp418 MachineInstr &InstToDelete = *DI; in analyzeBranch() local
421 if (isSpeculationBarrierEndBBOpcode(InstToDelete.getOpcode())) in analyzeBranch()
423 InstToDelete.eraseFromParent(); in analyzeBranch()