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

/external/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp71 typedef DenseMap<DivOpInfo, DivPhiNodes> DivCacheTy; typedef in namespace:llvm
83 DivCacheTy &PerBBDivCache) {
191 DivCacheTy &PerBBDivCache) {
195 DivCacheTy::iterator CacheI = PerBBDivCache.find(Key);
226 DivCacheTy DivCache;

Completed in 1631 milliseconds