Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp431 DebugInfoBeforePass.InstToDelete.insert({&I, &I}); in collectDebugInfoMetadata()
488 const WeakInstValueMap &InstToDelete, in checkInstructions() argument
501 auto WeakInstrPtr = InstToDelete.find(Instr); in checkInstructions()
502 if (WeakInstrPtr != InstToDelete.end() && !WeakInstrPtr->second) in checkInstructions()
695 auto InstToDelete = DebugInfoBeforePass.InstToDelete; in checkDebugInfoMetadata() local
707 DILocsBefore, DILocsAfter, InstToDelete, NameOfWrappedPass, in checkDebugInfoMetadata()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp233 MachineInstr &InstToDelete = *DI; in analyzeBranch() local
235 InstToDelete.eraseFromParent(); in analyzeBranch()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h44 WeakInstValueMap InstToDelete; member
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp264 MachineInstr &InstToDelete = *DI; in analyzeBranch() local
267 if (isSpeculationBarrierEndBBOpcode(InstToDelete.getOpcode())) in analyzeBranch()
269 InstToDelete.eraseFromParent(); in analyzeBranch()