Lines Matching refs:AvailableValues
352 ScopedHTType AvailableValues; member in __anonb85134700311::EarlyCSE
427 NodeScope(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, in NodeScope() argument
429 : Scope(AvailableValues), LoadScope(AvailableLoads), in NodeScope()
447 StackNode(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, in StackNode() argument
453 Scopes(AvailableValues, AvailableLoads, AvailableInvariants, in StackNode()
744 AvailableValues.insert(Curr, TorF); in handleBranchCondition()
834 AvailableValues.insert(CondI, ConstantInt::getTrue(BB->getContext())); in processNode()
876 if (auto *KnownCond = AvailableValues.lookup(CondI)) { in processNode()
892 AvailableValues.insert(CondI, ConstantInt::getTrue(BB->getContext())); in processNode()
932 if (Value *V = AvailableValues.lookup(Inst)) { in processNode()
950 AvailableValues.insert(Inst, Inst); in processNode()
1183 AvailableValues, AvailableLoads, AvailableInvariants, AvailableCalls, in run()
1209 new StackNode(AvailableValues, AvailableLoads, AvailableInvariants, in run()