Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDebugify.cpp362 DebugInfoBeforePass.InstToDelete.insert({&I, &I}); in collectDebugInfoMetadata()
419 const WeakInstValueMap &InstToDelete, in checkInstructions() argument
432 auto WeakInstrPtr = InstToDelete.find(Instr); in checkInstructions()
433 if (WeakInstrPtr != InstToDelete.end() && !WeakInstrPtr->second) in checkInstructions()
625 auto InstToDelete = DebugInfoBeforePass.InstToDelete; in checkDebugInfoMetadata() local
637 DILocsBefore, DILocsAfter, InstToDelete, NameOfWrappedPass, in checkDebugInfoMetadata()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp233 MachineInstr &InstToDelete = *DI; in analyzeBranch() local
235 InstToDelete.eraseFromParent(); in analyzeBranch()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h41 WeakInstValueMap InstToDelete; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp438 MachineInstr &InstToDelete = *DI; in analyzeBranch() local
441 if (isSpeculationBarrierEndBBOpcode(InstToDelete.getOpcode())) in analyzeBranch()
443 InstToDelete.eraseFromParent(); in analyzeBranch()