Searched refs:collectInstructions (Results 1 – 4 of 4) sorted by relevance
230 N->collectInstructions([](const Instruction *I) { return true; }, SrcIList); in createDefUseEdges()284 (*SrcIt)->collectInstructions(isMemoryAccess, SrcIList); in createMemoryDependencyEdges()292 (*DstIt)->collectInstructions(isMemoryAccess, DstIList); in createMemoryDependencyEdges()
34 bool DDGNode::collectInstructions( in collectInstructions() function in DDGNode46 PN->collectInstructions(Pred, TmpIList); in collectInstructions()
185 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
78 bool collectInstructions(llvm::function_ref<bool(Instruction *)> const &Pred,