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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp229 std::set<RegiT> contInitRegs; //Registers that need to "reg = 0", after member in class:llvmCFGStruct::LandInformation
1603 // Loop contInitRegs are init at the beginning of the loop.
1605 loopLand->contInitRegs.begin(),
1606 iterEnd = loopLand->contInitRegs.end(); iter != iterEnd; ++iter) {
2492 theEntry->contInitRegs.insert(regNum);
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp229 std::set<RegiT> contInitRegs; //Registers that need to "reg = 0", after member in class:llvmCFGStruct::LandInformation
1603 // Loop contInitRegs are init at the beginning of the loop.
1605 loopLand->contInitRegs.begin(),
1606 iterEnd = loopLand->contInitRegs.end(); iter != iterEnd; ++iter) {
2492 theEntry->contInitRegs.insert(regNum);

Completed in 1835 milliseconds