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

/external/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h262 SUnit *OrigNode; // If not this, the node from which variable
320 : Node(node), Instr(nullptr), OrigNode(nullptr), SchedClass(nullptr),
336 : Node(nullptr), Instr(instr), OrigNode(nullptr), SchedClass(nullptr),
351 : Node(nullptr), Instr(nullptr), OrigNode(nullptr), SchedClass(nullptr),
/external/clang/lib/StaticAnalyzer/Checkers/
H A DRetainCountChecker.cpp1945 const ExplodedNode *OrigNode = BRC.getNodeResolver().getOriginalNode(N); local
1946 if (const RetainSummary *Summ = SummaryLog.lookup(OrigNode)) {

Completed in 2170 milliseconds