Lines Matching refs:AvailableValues
536 ScopedHTType AvailableValues; member in __anon5cb5eb3b0311::EarlyCSE
612 NodeScope(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, in NodeScope() argument
614 : Scope(AvailableValues), LoadScope(AvailableLoads), in NodeScope()
632 StackNode(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, in StackNode() argument
638 Scopes(AvailableValues, AvailableLoads, AvailableInvariants, in StackNode()
1092 AvailableValues.insert(Curr, TorF); in handleBranchCondition()
1264 AvailableValues.insert(CondI, ConstantInt::getTrue(BB->getContext())); in processNode()
1320 if (auto *KnownCond = AvailableValues.lookup(CondI)) { in processNode()
1337 AvailableValues.insert(CondI, ConstantInt::getTrue(BB->getContext())); in processNode()
1378 if (Value *V = AvailableValues.lookup(&Inst)) { in processNode()
1405 AvailableValues.insert(&Inst, &Inst); in processNode()
1615 AvailableValues, AvailableLoads, AvailableInvariants, AvailableCalls, in run()
1640 new StackNode(AvailableValues, AvailableLoads, AvailableInvariants, in run()