Searched refs:InstToDelete (Results 1 – 7 of 7) sorted by relevance
27 std::vector<Instruction *> InstToDelete; in extractInstrFromModule() local37 InstToDelete.push_back(&Inst); in extractInstrFromModule()43 for (Instruction *I : InstToDelete) in extractInstrFromModule()
41 std::vector<Instruction *> InstToDelete; in extractInstrFromModule() local47 InstToDelete.push_back(&Inst); in extractInstrFromModule()50 for (auto &I : InstToDelete) in extractInstrFromModule()
78 std::vector<WeakVH> InstToDelete; in extractArgumentsFromModule() local86 InstToDelete.push_back(I); in extractArgumentsFromModule()89 for (Value *V : InstToDelete) { in extractArgumentsFromModule()
355 DebugInfoBeforePass.InstToDelete.insert({&I, &I}); in collectDebugInfoMetadata()412 const WeakInstValueMap &InstToDelete, in checkInstructions() argument425 auto WeakInstrPtr = InstToDelete.find(Instr); in checkInstructions()426 if (WeakInstrPtr != InstToDelete.end() && !WeakInstrPtr->second) in checkInstructions()614 auto InstToDelete = DebugInfoBeforePass.InstToDelete; in checkDebugInfoMetadata() local626 DILocsBefore, DILocsAfter, InstToDelete, NameOfWrappedPass, in checkDebugInfoMetadata()
233 MachineInstr &InstToDelete = *DI; in analyzeBranch() local235 InstToDelete.eraseFromParent(); in analyzeBranch()
41 WeakInstValueMap InstToDelete; member
436 MachineInstr &InstToDelete = *DI; in analyzeBranch() local439 if (isSpeculationBarrierEndBBOpcode(InstToDelete.getOpcode())) in analyzeBranch()441 InstToDelete.eraseFromParent(); in analyzeBranch()