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

/external/llvm/lib/Transforms/Utils/
H A DBypassSlowDivision.cpp38 struct DivPhiNodes { struct in namespace:__anon26346
42 DivPhiNodes(PHINode *InQuotient, PHINode *InRemainder) function in struct:__anon26346::DivPhiNodes
71 typedef DenseMap<DivOpInfo, DivPhiNodes> DivCacheTy;
177 DivPhiNodes Value(QuoPhi, RemPhi);
178 PerBBDivCache.insert(std::pair<DivOpInfo, DivPhiNodes>(Key, Value));
204 DivPhiNodes &Value = CacheI->second;

Completed in 74 milliseconds