Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/
H A DSimplifyInstructions.cpp27 std::vector<Instruction *> InstToDelete; in extractInstrFromModule() local
37 InstToDelete.push_back(&Inst); in extractInstrFromModule()
43 for (Instruction *I : InstToDelete) in extractInstrFromModule()
H A DReduceInstructions.cpp41 std::vector<Instruction *> InstToDelete; in extractInstrFromModule() local
47 InstToDelete.push_back(&Inst); in extractInstrFromModule()
50 for (auto &I : InstToDelete) in extractInstrFromModule()
H A DReduceArguments.cpp78 std::vector<WeakVH> InstToDelete; in extractArgumentsFromModule() local
86 InstToDelete.push_back(I); in extractArgumentsFromModule()
89 for (Value *V : InstToDelete) { in extractArgumentsFromModule()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DDebugify.cpp355 DebugInfoBeforePass.InstToDelete.insert({&I, &I}); in collectDebugInfoMetadata()
412 const WeakInstValueMap &InstToDelete, in checkInstructions() argument
425 auto WeakInstrPtr = InstToDelete.find(Instr); in checkInstructions()
426 if (WeakInstrPtr != InstToDelete.end() && !WeakInstrPtr->second) in checkInstructions()
614 auto InstToDelete = DebugInfoBeforePass.InstToDelete; in checkDebugInfoMetadata() local
626 DILocsBefore, DILocsAfter, InstToDelete, NameOfWrappedPass, in checkDebugInfoMetadata()
/llvm-project-15.0.7/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp233 MachineInstr &InstToDelete = *DI; in analyzeBranch() local
235 InstToDelete.eraseFromParent(); in analyzeBranch()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h41 WeakInstValueMap InstToDelete; member
/llvm-project-15.0.7/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp436 MachineInstr &InstToDelete = *DI; in analyzeBranch() local
439 if (isSpeculationBarrierEndBBOpcode(InstToDelete.getOpcode())) in analyzeBranch()
441 InstToDelete.eraseFromParent(); in analyzeBranch()