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

/external/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp37 struct DivPhiNodes { struct in namespace:__anon9152
41 DivPhiNodes(PHINode *InQuotient, PHINode *InRemainder) function in struct:__anon9152::DivPhiNodes
70 typedef DenseMap<DivOpInfo, DivPhiNodes> DivCacheTy;
176 DivPhiNodes Value(QuoPhi, RemPhi);
177 PerBBDivCache.insert(std::pair<DivOpInfo, DivPhiNodes>(Key, Value));
203 DivPhiNodes &Value = CacheI->second;

Completed in 33 milliseconds