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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp237 std::set<RegiT> contOnRegs; //registers that need to "if (reg) continue member in class:llvmCFGStruct::LandInformation
1648 // Loop contOnRegs are check after the ENDLOOP: cont the loop outside this
1650 for (std::set<RegiT>::const_iterator iter = loopLand->contOnRegs.begin(),
1651 iterEnd = loopLand->contOnRegs.end(); iter != iterEnd; ++iter) {
2460 theEntry->contOnRegs.insert(regNum);
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp237 std::set<RegiT> contOnRegs; //registers that need to "if (reg) continue member in class:llvmCFGStruct::LandInformation
1648 // Loop contOnRegs are check after the ENDLOOP: cont the loop outside this
1650 for (std::set<RegiT>::const_iterator iter = loopLand->contOnRegs.begin(),
1651 iterEnd = loopLand->contOnRegs.end(); iter != iterEnd; ++iter) {
2460 theEntry->contOnRegs.insert(regNum);

Completed in 887 milliseconds