Searched refs:AvailableLoads (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 300 LoadHTType AvailableLoads; 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() 636 LoadValue InVal = AvailableLoads.lookup(MemInst.getPointerOperand()); in processNode() 658 AvailableLoads.insert( in processNode() 714 LoadValue InVal = AvailableLoads.lookup(MemInst.getPointerOperand()); in processNode() 770 AvailableLoads.insert( in processNode() 805 AvailableValues, AvailableLoads, AvailableCalls, CurrentGeneration, in run() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 539 LoadHTType AvailableLoads; member in __anon6184f90f0311::EarlyCSE 579 NodeScope(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, in NodeScope() argument 581 : Scope(AvailableValues), LoadScope(AvailableLoads), in NodeScope() 599 StackNode(ScopedHTType &AvailableValues, LoadHTType &AvailableLoads, in StackNode() argument 605 Scopes(AvailableValues, AvailableLoads, AvailableInvariants, in StackNode() 1114 LoadValue InVal = AvailableLoads.lookup(MemInst.getPointerOperand()); in processNode() 1143 AvailableLoads.insert( in processNode() 1207 LoadValue InVal = AvailableLoads.lookup(MemInst.getPointerOperand()); in processNode() 1280 AvailableLoads.insert( in processNode() 1315 AvailableValues, AvailableLoads, AvailableInvariants, AvailableCalls, in run() [all …]
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 557 LoadHTType AvailableLoads; 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() 1374 LoadValue InVal = AvailableLoads.lookup(MemInst.getPointerOperand()); in processNode() 1393 AvailableLoads.insert(MemInst.getPointerOperand(), in processNode() 1457 LoadValue InVal = AvailableLoads.lookup(MemInst.getPointerOperand()); in processNode() 1517 AvailableLoads.insert(MemInst.getPointerOperand(), in processNode() 1552 AvailableValues, AvailableLoads, AvailableInvariants, AvailableCalls, in run() [all …]
|