Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DDominanceFrontier.h118 DomSetMapType tmpFrontiers; in compare() local
121 tmpFrontiers.insert(std::make_pair(I->first, I->second)); in compare()
123 for (DomSetMapType::iterator I = tmpFrontiers.begin(), in compare()
124 E = tmpFrontiers.end(); I != E; ) { in compare()
134 tmpFrontiers.erase(Node); in compare()
137 if (!tmpFrontiers.empty()) in compare()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DDominanceFrontierImpl.h102 DomSetMapType tmpFrontiers; in compare() local
106 tmpFrontiers.insert(std::make_pair(I->first, I->second)); in compare()
108 for (typename DomSetMapType::iterator I = tmpFrontiers.begin(), in compare()
109 E = tmpFrontiers.end(); in compare()
120 tmpFrontiers.erase(Node); in compare()
123 if (!tmpFrontiers.empty()) in compare()
/external/llvm/include/llvm/Analysis/
DDominanceFrontierImpl.h94 DomSetMapType tmpFrontiers; in compare() local
98 tmpFrontiers.insert(std::make_pair(I->first, I->second)); in compare()
100 for (typename DomSetMapType::iterator I = tmpFrontiers.begin(), in compare()
101 E = tmpFrontiers.end(); in compare()
112 tmpFrontiers.erase(Node); in compare()
115 if (!tmpFrontiers.empty()) in compare()