Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/
H A DDependencyGraph.h118 assert(!isMemDepNodeCandidate(I) && "Expected Non-Mem instruction, "); in DGNode()
198 static bool isMemDepNodeCandidate(Instruction *I) { in isMemDepNodeCandidate() function
255 assert(isMemDepNodeCandidate(I) && "Expected Mem instruction!"); in MemDGNode()
439 if (DGNode::isMemDepNodeCandidate(I)) in getOrCreateNode()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/
H A DDependencyGraph.cpp108 while (!DGNode::isMemDepNodeCandidate(I) && I != BeforeI) in getTopMemDGNode()
110 if (!DGNode::isMemDepNodeCandidate(I)) in getTopMemDGNode()
121 while (!DGNode::isMemDepNodeCandidate(I) && I != AfterI) in getBotMemDGNode()
123 if (!DGNode::isMemDepNodeCandidate(I)) in getBotMemDGNode()