Searched defs:PerBBDivCache (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp83 DivCacheTy &PerBBDivCache) {
178 PerBBDivCache.insert(std::pair<DivOpInfo, DivPhiNodes>(Key, Value));
191 DivCacheTy &PerBBDivCache) {
195 DivCacheTy::iterator CacheI = PerBBDivCache.find(Key);
197 if (CacheI == PerBBDivCache.end()) {
200 PerBBDivCache);
77 insertFastDiv(Function &F, Function::iterator &I, BasicBlock::iterator &J, IntegerType *BypassType, bool UseDivOp, bool UseSignedOp, DivCacheTy &PerBBDivCache) argument
185 reuseOrInsertFastDiv(Function &F, Function::iterator &I, BasicBlock::iterator &J, IntegerType *BypassType, bool UseDivOp, bool UseSignedOp, DivCacheTy &PerBBDivCache) argument

Completed in 33 milliseconds