Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DAliasSetTracker.h198 PointerRec *CurNode; variable
201 explicit iterator(PointerRec *CN = nullptr) : CurNode(CN) {} in CurNode() function
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DAliasSetTracker.h187 PointerRec *CurNode; variable
189 explicit iterator(PointerRec *CN = 0) : CurNode(CN) {} in CurNode() function
/external/swiftshader/third_party/subzero/src/
DIceVariableSplitting.cpp76 void reset(const CfgNode *CurNode) { in reset()
171 void setNode(CfgNode *CurNode) { in setNode()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DAliasSetTracker.h233 PointerRec *CurNode; variable
236 explicit iterator(PointerRec *CN = nullptr) : CurNode(CN) {} in CurNode() function
/external/clang/include/clang/Rewrite/Core/
DRewriteRope.h91 const void /*RopePieceBTreeLeaf*/ *CurNode; variable
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemorySSA.cpp745 DefPath &CurNode = *Iter; in tryOptimizePhi() local
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h5374 const auto &CurNode = Stack.back(); in AST_MATCHER_P() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp1794 auto CurNode = Worklist[i].first; in visitTokenFactor() local