Home
last modified time | relevance | path

Searched refs:CurNode (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/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
247 return CurNode == x.CurNode;
252 assert(CurNode && "Dereferencing AliasSet.end()!");
253 return *CurNode;
257 Value *getPointer() const { return CurNode->getValue(); } in getPointer()
258 LocationSize getSize() const { return CurNode->getSize(); } in getSize()
259 AAMDNodes getAAInfo() const { return CurNode->getAAInfo(); } in getAAInfo()
262 assert(CurNode && "Advancing past AliasSet.end()!");
263 CurNode = CurNode->getNext();
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceASanInstrumentation.h40 ICE_TLS_INIT_FIELD(CurNode); in ASanInstrumentation()
61 ICE_TLS_DECLARE_FIELD(CfgNode *, CurNode);
DIceVariableSplitting.cpp76 void reset(const CfgNode *CurNode) { in reset() argument
77 Node = CurNode; in reset()
171 void setNode(CfgNode *CurNode) { in setNode() argument
172 Node = CurNode; in setNode()
DIceASanInstrumentation.cpp73 ICE_TLS_DEFINE_FIELD(CfgNode *, ASanInstrumentation, CurNode);
416 if (ICE_TLS_GET_FIELD(CurNode) != Context.getNode()) { in instrumentAccess()
417 ICE_TLS_SET_FIELD(CurNode, Context.getNode()); in instrumentAccess()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSA.cpp819 DefPath &CurNode = *Iter; in tryOptimizePhi() local
820 assert(CurNode.Last == Current); in tryOptimizePhi()
847 TerminatedPath Result{CurNode.Last, defPathIndex(CurNode)}; in tryOptimizePhi()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp1841 auto CurNode = Worklist[i].first; in visitTokenFactor() local
1845 switch (CurNode->getOpcode()) { in visitTokenFactor()
1854 for (const SDValue &Op : CurNode->op_values()) in visitTokenFactor()
1861 AddToWorklist(i, CurNode->getOperand(0).getNode(), CurOpNumber); in visitTokenFactor()
1864 if (auto *MemNode = dyn_cast<MemSDNode>(CurNode)) in visitTokenFactor()