Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DBypassSlowDivision.cpp83 DivCacheTy &PerBBDivCache) { in insertFastDiv() argument
178 PerBBDivCache.insert(std::pair<DivOpInfo, DivPhiNodes>(Key, Value)); in insertFastDiv()
191 DivCacheTy &PerBBDivCache) { in reuseOrInsertFastDiv() argument
195 DivCacheTy::iterator CacheI = PerBBDivCache.find(Key); in reuseOrInsertFastDiv()
197 if (CacheI == PerBBDivCache.end()) { in reuseOrInsertFastDiv()
200 PerBBDivCache); in reuseOrInsertFastDiv()