Home
last modified time | relevance | path

Searched refs:PerBBDivCache (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp79 DivCacheTy &PerBBDivCache) { in insertFastDiv() argument
170 PerBBDivCache.insert(std::pair<DivOpInfo, DivPhiNodes>(Key, Value)); in insertFastDiv()
180 DivCacheTy &PerBBDivCache) { in reuseOrInsertFastDiv() argument
183 DivCacheTy::iterator CacheI = PerBBDivCache.find(Key); in reuseOrInsertFastDiv()
185 if (CacheI == PerBBDivCache.end()) { in reuseOrInsertFastDiv()
187 return insertFastDiv(I, BypassType, UseDivOp, UseSignedOp, PerBBDivCache); in reuseOrInsertFastDiv()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp448 DivCacheTy PerBBDivCache; in bypassSlowDivision() local
463 if (Value *Replacement = Task.getReplacement(PerBBDivCache)) { in bypassSlowDivision()
473 for (auto &KV : PerBBDivCache) in bypassSlowDivision()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp450 DivCacheTy PerBBDivCache; in bypassSlowDivision() local
465 if (Value *Replacement = Task.getReplacement(PerBBDivCache)) { in bypassSlowDivision()
475 for (auto &KV : PerBBDivCache) in bypassSlowDivision()