Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp243 SmallSet<GIMatchDagEdge *, 20> EdgesToRemove; in reorientToRoots() local
250 EdgesToRemove.insert(EI); in reorientToRoots()
254 for (GIMatchDagEdge *ToRemove : EdgesToRemove) in reorientToRoots()
256 EdgesToRemove.clear(); in reorientToRoots()
263 EdgesToRemove.insert(*EI); in reorientToRoots()
266 for (GIMatchDagEdge *ToRemove : EdgesToRemove) in reorientToRoots()
268 EdgesToRemove.clear(); in reorientToRoots()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp422 const std::vector<std::pair<SUnit *, SUnit *>> &EdgesToRemove) { in removeEdges() argument
425 for (auto &PredSuccPair : EdgesToRemove) { in removeEdges()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp180 std::vector<Block::edge_iterator> EdgesToRemove; in splitBlock() local