Searched refs:RemoveList (Results 1 – 3 of 3) sorted by relevance
67 SmallVector<MachineInstr *, 16> RemoveList; in runOnMachineFunction() local81 RemoveList.push_back(&MI); in runOnMachineFunction()87 for (auto *MI : RemoveList) { in runOnMachineFunction()91 return !RemoveList.empty(); in runOnMachineFunction()
146 std::vector<void *> RemoveList; in freeAndAllocate() local156 RemoveList.push_back(N.Ptr); in freeAndAllocate()162 if (!RemoveList.empty()) { in freeAndAllocate()164 for (void *P : RemoveList) in freeAndAllocate()
3079 SmallVectorImpl<MachineBasicBlock *> &RemoveList = BlockWorkList; in maybeTailDuplicateBlock() local3081 RemoveList = EHPadWorkList; in maybeTailDuplicateBlock()3082 llvm::erase_value(RemoveList, RemBB); in maybeTailDuplicateBlock()