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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp40 // Statistics for CFGStructurizer.
44 STATISTIC(numSerialPatternMatch, "CFGStructurizer number of serial pattern "
46 STATISTIC(numIfPatternMatch, "CFGStructurizer number of if pattern "
48 STATISTIC(numLoopbreakPatternMatch, "CFGStructurizer number of loop-break "
50 STATISTIC(numLoopcontPatternMatch, "CFGStructurizer number of loop-continue "
52 STATISTIC(numLoopPatternMatch, "CFGStructurizer number of loop pattern "
54 STATISTIC(numClonedBlock, "CFGStructurizer cloned blocks");
55 STATISTIC(numClonedInstr, "CFGStructurizer cloned instructions");
59 // Miscellaneous utility for CFGStructurizer.
202 // supporting data structure for CFGStructurizer
255 class CFGStructurizer class in namespace:llvmCFGStruct
410 template<class PassT> CFGStructurizer<PassT>::CFGStructurizer() function in class:llvmCFGStruct::CFGStructurizer
[all...]
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILCFGStructurizer.cpp40 // Statistics for CFGStructurizer.
44 STATISTIC(numSerialPatternMatch, "CFGStructurizer number of serial pattern "
46 STATISTIC(numIfPatternMatch, "CFGStructurizer number of if pattern "
48 STATISTIC(numLoopbreakPatternMatch, "CFGStructurizer number of loop-break "
50 STATISTIC(numLoopcontPatternMatch, "CFGStructurizer number of loop-continue "
52 STATISTIC(numLoopPatternMatch, "CFGStructurizer number of loop pattern "
54 STATISTIC(numClonedBlock, "CFGStructurizer cloned blocks");
55 STATISTIC(numClonedInstr, "CFGStructurizer cloned instructions");
59 // Miscellaneous utility for CFGStructurizer.
202 // supporting data structure for CFGStructurizer
255 class CFGStructurizer class in namespace:llvmCFGStruct
410 template<class PassT> CFGStructurizer<PassT>::CFGStructurizer() function in class:llvmCFGStruct::CFGStructurizer
[all...]

Completed in 379 milliseconds