Home | History | Annotate | Download | only in Utils

Lines Matching defs:Curr

98     User const *Curr = ToVisit.pop_back_val();
99 if (!Visited.insert(Curr).second)
101 if (isa<BlockAddress const>(Curr))
104 if (isa<Instruction>(Curr) && cast<Instruction>(Curr)->getParent() != &BB)
107 for (auto const &U : Curr->operands()) {