Lines Matching refs:CurrentGeneration

594   unsigned CurrentGeneration = 0;  member in __anon5cb5eb3b0311::EarlyCSE
636 : CurrentGeneration(cg), ChildGeneration(cg), Node(n), ChildIter(child), in StackNode()
645 unsigned currentGeneration() const { return CurrentGeneration; } in currentGeneration()
662 unsigned CurrentGeneration; member in __anon5cb5eb3b0311::EarlyCSE::StackNode
834 unsigned CurrentGeneration);
1119 unsigned CurrentGeneration) { in getMatchingValue() argument
1158 !isSameMemGeneration(InVal.Generation, CurrentGeneration, InVal.DefInst, in getMatchingValue()
1212 ++CurrentGeneration; in processNode()
1311 AvailableInvariants.insert(MemLoc, CurrentGeneration); in processNode()
1416 ++CurrentGeneration; in processNode()
1427 AvailableInvariants.insert(MemLoc, CurrentGeneration); in processNode()
1438 if (Value *Op = getMatchingValue(InVal, MemInst, CurrentGeneration)) { in processNode()
1457 LoadValue(&Inst, CurrentGeneration, in processNode()
1480 isSameMemGeneration(InVal.second, CurrentGeneration, InVal.first, in processNode()
1499 AvailableCalls.insert(&Inst, std::make_pair(&Inst, CurrentGeneration)); in processNode()
1522 InVal.DefInst == getMatchingValue(InVal, MemInst, CurrentGeneration)) { in processNode()
1552 ++CurrentGeneration; in processNode()
1581 LoadValue(&Inst, CurrentGeneration, in processNode()
1616 CurrentGeneration, DT.getRootNode(), in run()
1619 assert(!CurrentGeneration && "Create a new EarlyCSE instance to rerun it."); in run()
1628 CurrentGeneration = NodeToProcess->currentGeneration(); in run()
1634 NodeToProcess->childGeneration(CurrentGeneration); in run()