Searched refs:IsLoadCSE (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | Loads.cpp | 340 AliasAnalysis *AA, bool *IsLoadCSE, in FindAvailablePtrLoadStore() argument 383 if (IsLoadCSE) in FindAvailablePtrLoadStore() 384 *IsLoadCSE = true; in FindAvailablePtrLoadStore() 402 if (IsLoadCSE) in FindAvailablePtrLoadStore() 403 *IsLoadCSE = false; in FindAvailablePtrLoadStore()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | Loads.h | 97 bool *IsLoadCSE = nullptr,
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | JumpThreading.cpp | 1298 bool IsLoadCSE; in SimplifyPartiallyRedundantLoad() local 1300 LoadI, LoadBB, BBIt, DefMaxInstsToScan, AA, &IsLoadCSE)) { in SimplifyPartiallyRedundantLoad() 1304 if (IsLoadCSE) { in SimplifyPartiallyRedundantLoad() 1359 DefMaxInstsToScan, AA, &IsLoadCSE, &NumScanedInst); in SimplifyPartiallyRedundantLoad() 1371 (DefMaxInstsToScan - NumScanedInst), AA, &IsLoadCSE, in SimplifyPartiallyRedundantLoad() 1381 if (IsLoadCSE) in SimplifyPartiallyRedundantLoad()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 1024 bool IsLoadCSE = false; in visitLoadInst() local 1026 &LI, LI.getParent(), BBI, DefMaxInstsToScan, AA, &IsLoadCSE)) { in visitLoadInst() 1027 if (IsLoadCSE) in visitLoadInst()
|