Searched refs:AvailableValues (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 282 ScopedHTType AvailableValues; member in __anoncdf6c96d0311::EarlyCSE 340 NodeScope(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, in NodeScope() argument 342 : Scope(AvailableValues), LoadScope(AvailableLoads), in NodeScope() 360 StackNode(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, in StackNode() argument 364 EndIter(end), Scopes(AvailableValues, AvailableLoads, AvailableCalls), in StackNode() 529 AvailableValues.insert(CondInst, ConditionalConstant); in processNode() 584 if (Value *V = AvailableValues.lookup(Inst)) { in processNode() 594 AvailableValues.insert(Inst, Inst); in processNode() 778 AvailableValues, AvailableLoads, AvailableCalls, CurrentGeneration, in run() 803 new StackNode(AvailableValues, AvailableLoads, AvailableCalls, in run()
|