Searched defs:OrigNode (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h256 SUnit *OrigNode; // If not this, the node from which member in class:llvm::SUnit
312 : Node(node), Instr(0), OrigNode(0), SchedClass(0), NodeNum(nodenum),
326 : Node(0), Instr(instr), OrigNode(0), SchedClass(0), NodeNum(nodenum),
339 : Node(0), Instr(0), OrigNode(0), SchedClass(0), NodeNum(BoundaryID),
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp1959 const ExplodedNode *OrigNode = BRC.getNodeResolver().getOriginalNode(N); local
1960 if (const RetainSummary *Summ = SummaryLog.lookup(OrigNode)) {

Completed in 167 milliseconds