Home
last modified time | relevance | path

Searched refs:collectInstructions (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DDependenceGraphBuilder.cpp230 N->collectInstructions([](const Instruction *I) { return true; }, SrcIList); in createDefUseEdges()
284 (*SrcIt)->collectInstructions(isMemoryAccess, SrcIList); in createMemoryDependencyEdges()
292 (*DstIt)->collectInstructions(isMemoryAccess, DstIList); in createMemoryDependencyEdges()
DDDG.cpp34 bool DDGNode::collectInstructions( in collectInstructions() function in DDGNode
46 PN->collectInstructions(Pred, TmpIList); in collectInstructions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp185 std::pair<InstrListMap, InstrListMap> collectInstructions(BasicBlock *BB);
296 std::tie(LoadRefs, StoreRefs) = collectInstructions(BB); in run()
742 Vectorizer::collectInstructions(BasicBlock *BB) { in collectInstructions() function in Vectorizer
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDDG.h78 bool collectInstructions(llvm::function_ref<bool(Instruction *)> const &Pred,