Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp231 N->collectInstructions([](const Instruction *I) { return true; }, SrcIList); in createDefUseEdges()
285 (*SrcIt)->collectInstructions(isMemoryAccess, SrcIList); in createMemoryDependencyEdges()
293 (*DstIt)->collectInstructions(isMemoryAccess, DstIList); in createMemoryDependencyEdges()
H A DDDG.cpp38 bool DDGNode::collectInstructions( in collectInstructions() function in DDGNode
50 PN->collectInstructions(Pred, TmpIList); in collectInstructions()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDDG.h80 bool collectInstructions(llvm::function_ref<bool(Instruction *)> const &Pred,
450 Src.collectInstructions(isMemoryAccess, SrcIList); in getDependencies()
451 Dst.collectInstructions(isMemoryAccess, DstIList); in getDependencies()