Searched refs:InstToDelete (Results 1 – 7 of 7) sorted by relevance
28 std::vector<Instruction *> InstToDelete; in extractInstrFromModule() local38 InstToDelete.push_back(&Inst); in extractInstrFromModule()44 for (Instruction *I : InstToDelete) in extractInstrFromModule()
52 std::vector<Instruction *> InstToDelete; in extractInstrFromModule() local58 InstToDelete.push_back(&Inst); in extractInstrFromModule()61 for (auto &I : InstToDelete) in extractInstrFromModule()
79 std::vector<WeakVH> InstToDelete; in extractArgumentsFromModule() local87 InstToDelete.push_back(I); in extractArgumentsFromModule()90 for (Value *V : InstToDelete) { in extractArgumentsFromModule()
362 DebugInfoBeforePass.InstToDelete.insert({&I, &I}); in collectDebugInfoMetadata()419 const WeakInstValueMap &InstToDelete, in checkInstructions() argument432 auto WeakInstrPtr = InstToDelete.find(Instr); in checkInstructions()433 if (WeakInstrPtr != InstToDelete.end() && !WeakInstrPtr->second) in checkInstructions()625 auto InstToDelete = DebugInfoBeforePass.InstToDelete; in checkDebugInfoMetadata() local637 DILocsBefore, DILocsAfter, InstToDelete, NameOfWrappedPass, in checkDebugInfoMetadata()
233 MachineInstr &InstToDelete = *DI; in analyzeBranch() local235 InstToDelete.eraseFromParent(); in analyzeBranch()
41 WeakInstValueMap InstToDelete; member
438 MachineInstr &InstToDelete = *DI; in analyzeBranch() local441 if (isSpeculationBarrierEndBBOpcode(InstToDelete.getOpcode())) in analyzeBranch()443 InstToDelete.eraseFromParent(); in analyzeBranch()