Home
last modified time | relevance | path

Searched refs:RemoveList (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXProxyRegErasure.cpp67 SmallVector<MachineInstr *, 16> RemoveList; in runOnMachineFunction() local
81 RemoveList.push_back(&MI); in runOnMachineFunction()
87 for (auto *MI : RemoveList) { in runOnMachineFunction()
91 return !RemoveList.empty(); in runOnMachineFunction()
/llvm-project-15.0.7/openmp/libomptarget/plugins/common/MemoryManager/
H A DMemoryManager.h146 std::vector<void *> RemoveList; in freeAndAllocate() local
156 RemoveList.push_back(N.Ptr); in freeAndAllocate()
162 if (!RemoveList.empty()) { in freeAndAllocate()
164 for (void *P : RemoveList) in freeAndAllocate()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp3079 SmallVectorImpl<MachineBasicBlock *> &RemoveList = BlockWorkList; in maybeTailDuplicateBlock() local
3081 RemoveList = EHPadWorkList; in maybeTailDuplicateBlock()
3082 llvm::erase_value(RemoveList, RemBB); in maybeTailDuplicateBlock()