Home
last modified time | relevance | path

Searched defs:curNode (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Reducer/
H A DReductionTreePass.cpp129 ReductionNode *curNode = smallestNode; in findOptimal() local
/llvm-project/llvm/lib/Analysis/
H A DMemorySSA.cpp716 T &curNode() const { return W->Paths[*N]; } in curNode() function