Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp64 using DivCacheTy = DenseMap<DivRemMapKey, QuotRemPair>; typedef
108 Value *getReplacement(DivCacheTy &Cache);
152 Value *FastDivInsertionTask::getReplacement(DivCacheTy &Cache) { in getReplacement()
449 DivCacheTy PerBBDivCache; in bypassSlowDivision()