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

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

Completed in 176 milliseconds