Lines Matching refs:AvailableValues
265 ScopedHTType AvailableValues; member in __anoncdf6c96d0311::EarlyCSE
326 NodeScope(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, in NodeScope() argument
328 : Scope(AvailableValues), LoadScope(AvailableLoads), in NodeScope()
346 StackNode(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, in StackNode() argument
350 EndIter(end), Scopes(AvailableValues, AvailableLoads, AvailableCalls), in StackNode()
521 AvailableValues.insert(CondInst, ConditionalConstant); in processNode()
571 AvailableValues.insert(CondI, ConstantInt::getTrue(BB->getContext())); in processNode()
602 if (Value *V = AvailableValues.lookup(Inst)) { in processNode()
614 AvailableValues.insert(Inst, Inst); in processNode()
805 AvailableValues, AvailableLoads, AvailableCalls, CurrentGeneration, in run()
830 new StackNode(AvailableValues, AvailableLoads, AvailableCalls, in run()