Lines Matching refs:AvailableValues
521 ScopedHTType AvailableValues; member in __anon3ae9eefb0311::EarlyCSE
597 NodeScope(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, in NodeScope() argument
599 : Scope(AvailableValues), LoadScope(AvailableLoads), in NodeScope()
617 StackNode(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, in StackNode() argument
623 Scopes(AvailableValues, AvailableLoads, AvailableInvariants, in StackNode()
1054 AvailableValues.insert(Curr, TorF); in handleBranchCondition()
1223 AvailableValues.insert(CondI, ConstantInt::getTrue(BB->getContext())); in processNode()
1265 if (auto *KnownCond = AvailableValues.lookup(CondI)) { in processNode()
1282 AvailableValues.insert(CondI, ConstantInt::getTrue(BB->getContext())); in processNode()
1323 if (Value *V = AvailableValues.lookup(&Inst)) { in processNode()
1342 AvailableValues.insert(&Inst, &Inst); in processNode()
1552 AvailableValues, AvailableLoads, AvailableInvariants, AvailableCalls, in run()
1577 new StackNode(AvailableValues, AvailableLoads, AvailableInvariants, in run()