Searched refs:reportMayClobberedLoad (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 829 static void reportMayClobberedLoad(LoadInst *LI, MemDepResult DepInfo, in reportMayClobberedLoad() function 922 reportMayClobberedLoad(LI, DepInfo, DT, ORE); in AnalyzeLoadAvailability()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | GVN.cpp | 929 static void reportMayClobberedLoad(LoadInst *LI, MemDepResult DepInfo, in reportMayClobberedLoad() function 1022 reportMayClobberedLoad(LI, DepInfo, DT, ORE); in AnalyzeLoadAvailability()
|