Searched refs:AvailableLoads (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 315 LoadHTType AvailableLoads; 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() 610 LoadValue InVal = AvailableLoads.lookup(MemInst.getPointerOperand()); in processNode() 631 AvailableLoads.insert( in processNode() 687 LoadValue InVal = AvailableLoads.lookup(MemInst.getPointerOperand()); in processNode() 743 AvailableLoads.insert( in processNode() 778 AvailableValues, AvailableLoads, AvailableCalls, CurrentGeneration, in run() [all …]
|