Lines Matching refs:AvailableValues
541 ScopedHTType AvailableValues; member in __anon0a18f2bf0311::EarlyCSE
617 NodeScope(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, in NodeScope() argument
619 : Scope(AvailableValues), LoadScope(AvailableLoads), in NodeScope()
637 StackNode(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, in StackNode() argument
643 Scopes(AvailableValues, AvailableLoads, AvailableInvariants, in StackNode()
1079 AvailableValues.insert(Curr, TorF); in handleBranchCondition()
1248 AvailableValues.insert(CondI, ConstantInt::getTrue(BB->getContext())); in processNode()
1298 if (auto *KnownCond = AvailableValues.lookup(CondI)) { in processNode()
1315 AvailableValues.insert(CondI, ConstantInt::getTrue(BB->getContext())); in processNode()
1356 if (Value *V = AvailableValues.lookup(&Inst)) { in processNode()
1375 AvailableValues.insert(&Inst, &Inst); in processNode()
1585 AvailableValues, AvailableLoads, AvailableInvariants, AvailableCalls, in run()
1610 new StackNode(AvailableValues, AvailableLoads, AvailableInvariants, in run()