Home
last modified time | relevance | path

Searched defs:CurNode (Results 1 – 7 of 7) 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/subzero/src/
DIceVariableSplitting.cpp76 void reset(const CfgNode *CurNode) { in reset()
171 void setNode(CfgNode *CurNode) { in setNode()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DAliasSetTracker.h241 PointerRec *CurNode; variable
244 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-10.0/llvm/lib/Analysis/
DMemorySSA.cpp819 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-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp1841 auto CurNode = Worklist[i].first; in visitTokenFactor() local