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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp232 std::set<RegiT> endbranchInitRegs; //Init before entering this loop, at loop member in class:llvmCFGStruct::LandInformation
1625 // Loop endbranchInitRegs are init before entering the loop.
1627 loopLand->endbranchInitRegs.begin(),
1628 iterEnd = loopLand->endbranchInitRegs.end(); iter != iterEnd; ++iter) {
2509 theEntry->endbranchInitRegs.insert(regNum);
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp232 std::set<RegiT> endbranchInitRegs; //Init before entering this loop, at loop member in class:llvmCFGStruct::LandInformation
1625 // Loop endbranchInitRegs are init before entering the loop.
1627 loopLand->endbranchInitRegs.begin(),
1628 iterEnd = loopLand->endbranchInitRegs.end(); iter != iterEnd; ++iter) {
2509 theEntry->endbranchInitRegs.insert(regNum);

Completed in 106 milliseconds