Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/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()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineBlockPlacement.cpp3044 SmallVectorImpl<MachineBasicBlock *> &RemoveList = BlockWorkList; in maybeTailDuplicateBlock() local
3046 RemoveList = EHPadWorkList; in maybeTailDuplicateBlock()
3047 llvm::erase_value(RemoveList, RemBB); in maybeTailDuplicateBlock()