Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-reduce/deltas/
H A DReduceInstructions.cpp36 std::vector<Instruction *> InstToDelete; in extractInstrFromModule() local
42 InstToDelete.push_back(&Inst); in extractInstrFromModule()
45 for (auto &I : InstToDelete) in extractInstrFromModule()
H A DReduceArguments.cpp60 std::vector<WeakVH> InstToDelete; in extractArgumentsFromModule() local
68 InstToDelete.push_back(I); in extractArgumentsFromModule()
71 for (Value *V : InstToDelete) { in extractArgumentsFromModule()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/
H A DARCInstrInfo.cpp233 MachineInstr &InstToDelete = *DI; in analyzeBranch() local
235 InstToDelete.eraseFromParent(); in analyzeBranch()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DDebugify.h39 WeakInstValueMap InstToDelete; member
/netbsd-src/external/apache2/llvm/dist/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()