Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DSimplifyInstructions.cpp28 std::vector<Instruction *> InstToDelete; in extractInstrFromModule() local
38 InstToDelete.push_back(&Inst); in extractInstrFromModule()
44 for (Instruction *I : InstToDelete) in extractInstrFromModule()
H A DReduceInstructions.cpp52 std::vector<Instruction *> InstToDelete; in extractInstrFromModule() local
58 InstToDelete.push_back(&Inst); in extractInstrFromModule()
61 for (auto &I : InstToDelete) in extractInstrFromModule()
H A DReduceArguments.cpp79 std::vector<WeakVH> InstToDelete; in extractArgumentsFromModule() local
87 InstToDelete.push_back(I); in extractArgumentsFromModule()
90 for (Value *V : InstToDelete) { in extractArgumentsFromModule()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp233 MachineInstr &InstToDelete = *DI; in analyzeBranch() local
235 InstToDelete.eraseFromParent(); in analyzeBranch()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h41 WeakInstValueMap InstToDelete; member
/openbsd-src/gnu/llvm/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()