Home
last modified time | relevance | path

Searched refs:hasDep (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/
H A DDependencyGraph.cpp206 bool DependencyGraph::hasDep(Instruction *SrcI, Instruction *DstI) { in hasDep() function in llvm::sandboxir::DependencyGraph
236 if (hasDep(SrcI, DstI)) in scanAndAddDeps()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/
H A DDependencyGraph.h364 bool hasDep(sandboxir::Instruction *SrcI, sandboxir::Instruction *DstI);