Searched refs:collectInstructions (Results 1 – 3 of 3) sorted by relevance
231 N->collectInstructions([](const Instruction *I) { return true; }, SrcIList); in createDefUseEdges()283 (*SrcIt)->collectInstructions(isMemoryAccess, SrcIList); in createMemoryDependencyEdges()291 (*DstIt)->collectInstructions(isMemoryAccess, DstIList); in createMemoryDependencyEdges()
38 bool DDGNode::collectInstructions( in collectInstructions() function in DDGNode50 PN->collectInstructions(Pred, TmpIList); in collectInstructions()
81 bool collectInstructions(llvm::function_ref<bool(Instruction *)> const &Pred,454 Src.collectInstructions(isMemoryAccess, SrcIList); in getDependencies()455 Dst.collectInstructions(isMemoryAccess, DstIList); in getDependencies()