Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp1286 SmallVector<const SDNode *, 4> LoopWorklist; in isFusableLoadOpStorePattern() local
1297 LoopWorklist.push_back(Op.getNode()); in isFusableLoadOpStorePattern()
1305 LoopWorklist.push_back(Op.getNode()); in isFusableLoadOpStorePattern()
1308 if (SDNode::hasPredecessorHelper(Load.getNode(), Visited, LoopWorklist, Max, in isFusableLoadOpStorePattern()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp2904 SmallVector<const SDNode *, 4> LoopWorklist; in isFusableLoadOpStorePattern() local
2960 LoopWorklist.push_back(Op.getNode()); in isFusableLoadOpStorePattern()
2971 LoopWorklist.push_back(Op.getNode()); in isFusableLoadOpStorePattern()
2974 if (SDNode::hasPredecessorHelper(Load.getNode(), Visited, LoopWorklist, Max, in isFusableLoadOpStorePattern()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp6839 SmallVector<const Loop *, 16> LoopWorklist(1, L); in forgetLoop() local
6844 while (!LoopWorklist.empty()) { in forgetLoop()
6845 auto *CurrL = LoopWorklist.pop_back_val(); in forgetLoop()
6890 LoopWorklist.append(CurrL->begin(), CurrL->end()); in forgetLoop()