Searched refs:reportLoadElim (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 1296 static void reportLoadElim(LoadInst *LI, Value *AvailableValue, in reportLoadElim() function 1381 reportLoadElim(LI, V, ORE); in processNonLocalLoad() 1600 reportLoadElim(L, AvailableValue, ORE); in processLoad()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 1433 static void reportLoadElim(LoadInst *LI, Value *AvailableValue, in reportLoadElim() function 1518 reportLoadElim(LI, V, ORE); in processNonLocalLoad() 1779 reportLoadElim(L, AvailableValue, ORE); in processLoad()
|