Searched refs:collectInstructions (Results 1 – 4 of 4) sorted by relevance
231 N->collectInstructions([](const Instruction *I) { return true; }, SrcIList); in createDefUseEdges()285 (*SrcIt)->collectInstructions(isMemoryAccess, SrcIList); in createMemoryDependencyEdges()293 (*DstIt)->collectInstructions(isMemoryAccess, DstIList); in createMemoryDependencyEdges()
38 bool DDGNode::collectInstructions( in collectInstructions() function in DDGNode50 PN->collectInstructions(Pred, TmpIList); in collectInstructions()
80 bool collectInstructions(llvm::function_ref<bool(Instruction *)> const &Pred,449 Src.collectInstructions(isMemoryAccess, SrcIList); in getDependencies()450 Dst.collectInstructions(isMemoryAccess, DstIList); in getDependencies()
169 std::pair<InstrListMap, InstrListMap> collectInstructions(BasicBlock *BB);289 std::tie(LoadRefs, StoreRefs) = collectInstructions(BB); in run()814 Vectorizer::collectInstructions(BasicBlock *BB) { in collectInstructions() function in Vectorizer