Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp61 using DivCacheTy = DenseMap<DivRemMapKey, QuotRemPair>; typedef
105 Value *getReplacement(DivCacheTy &Cache);
149 Value *FastDivInsertionTask::getReplacement(DivCacheTy &Cache) { in getReplacement()
450 DivCacheTy PerBBDivCache; in bypassSlowDivision()