Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp63 using DivCacheTy = DenseMap<DivRemMapKey, QuotRemPair>; typedef
107 Value *getReplacement(DivCacheTy &Cache);
151 Value *FastDivInsertionTask::getReplacement(DivCacheTy &Cache) { in getReplacement()
452 DivCacheTy PerBBDivCache; in bypassSlowDivision()