Home
last modified time | relevance | path

Searched defs:CurNode (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h236 PointerRec *CurNode; variable
245 explicit iterator(PointerRec *CN = nullptr) : CurNode(CN) {} in CurNode() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Core/
H A DRewriteRope.h88 const void /*RopePieceBTreeLeaf*/ *CurNode = nullptr; variable
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7569 const auto &CurNode = Stack.back(); in AST_MATCHER_P() local
7620 const auto &CurNode = Stack.back(); in AST_MATCHER_P() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemorySSA.cpp830 DefPath &CurNode = *Iter; in tryOptimizePhi() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp1960 auto CurNode = Worklist[i].first; in visitTokenFactor() local