Lines Matching refs:CurrentGeneration

729   unsigned CurrentGeneration = 0;  member in __anon472e9e410411::EarlyCSE
775 : CurrentGeneration(cg), ChildGeneration(cg), Node(n), ChildIter(child), in StackNode()
783 unsigned currentGeneration() const { return CurrentGeneration; } in currentGeneration()
800 unsigned CurrentGeneration; member in __anon472e9e410411::EarlyCSE::StackNode
962 unsigned CurrentGeneration);
1250 unsigned CurrentGeneration) { in getMatchingValue() argument
1289 !isSameMemGeneration(InVal.Generation, CurrentGeneration, InVal.DefInst, in getMatchingValue()
1357 ++CurrentGeneration; in processNode()
1456 AvailableInvariants.insert(MemLoc, CurrentGeneration); in processNode()
1559 ++CurrentGeneration; in processNode()
1570 AvailableInvariants.insert(MemLoc, CurrentGeneration); in processNode()
1581 if (Value *Op = getMatchingValue(InVal, MemInst, CurrentGeneration)) { in processNode()
1603 LoadValue(&Inst, CurrentGeneration, in processNode()
1627 isSameMemGeneration(InVal.second, CurrentGeneration, InVal.first, in processNode()
1646 AvailableCalls.insert(&Inst, std::make_pair(&Inst, CurrentGeneration)); in processNode()
1694 InVal.DefInst == getMatchingValue(InVal, MemInst, CurrentGeneration)) { in processNode()
1724 ++CurrentGeneration; in processNode()
1753 LoadValue(&Inst, CurrentGeneration, in processNode()
1789 AvailableGEPs, CurrentGeneration, DT.getRootNode(), in run()
1792 assert(!CurrentGeneration && "Create a new EarlyCSE instance to rerun it."); in run()
1801 CurrentGeneration = NodeToProcess->currentGeneration(); in run()
1807 NodeToProcess->childGeneration(CurrentGeneration); in run()