HomeSort by relevance Sort by last modified time
    Searched refs:bbi (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Analysis/
ProfileVerifierPass.cpp 102 for (const_pred_iterator bbi = pred_begin(BB), bbe = pred_end(BB);
103 bbi != bbe; ++bbi ) {
104 if (ProcessedPreds.insert(*bbi).second) {
105 typename ProfileInfoT<FType, BType>::Edge E = PI->getEdge(*bbi,BB);
117 for ( succ_const_iterator bbi = succ_begin(BB), bbe = succ_end(BB);
118 bbi != bbe; ++bbi ) {
119 if (ProcessedSuccs.insert(*bbi).second) {
120 typename ProfileInfoT<FType, BType>::Edge E = PI->getEdge(BB,*bbi);
263 succ_const_iterator bbi = succ_begin(BB), bbe = succ_end(BB); local
    [all...]
ProfileEstimatorPass.cpp 131 for ( pred_iterator bbi = pred_begin(BB), bbe = pred_end(BB);
132 bbi != bbe; ++bbi ) {
134 Edge edge = getEdge(*bbi,BB);
136 if (ProcessedPreds.insert(*bbi).second) {
142 if (BBisHeader && BBLoop->contains(*bbi)) {
263 succ_iterator bbi = succ_begin(BB), bbe = succ_end(BB); local
266 if (bbi == bbe) {
271 for ( ; bbi != bbe; ++bbi ) {
    [all...]
ProfileInfoLoaderPass.cpp 117 for (succ_const_iterator bbi = succ_begin(BB), bbe = succ_end(BB);
118 bbi != bbe; ++bbi) {
119 recurseBasicBlock(*bbi);
121 for (const_pred_iterator bbi = pred_begin(BB), bbe = pred_end(BB);
122 bbi != bbe; ++bbi) {
123 recurseBasicBlock(*bbi);
ProfileInfo.cpp 386 for(succ_const_iterator BBI = succ_begin(FirstBB), BBE = succ_end(FirstBB);
387 BBI != BBE; ++BBI) {
388 if (*BBI == SecondBB) succ_count++;
514 const_pred_iterator bbi = pred_begin(BB), bbe = pred_end(BB); local
515 if (bbi==bbe) {
519 for (;bbi != bbe; ++bbi) {
520 if (pred_visited.insert(*bbi)) {
521 Edge e = getEdge(*bbi,BB)
586 const_pred_iterator bbi = pred_begin(BB), bbe = pred_end(BB); local
    [all...]
  /packages/apps/Browser/src/com/android/browser/view/
PieMenu.java 355 RectF bbi = local
360 path.arcTo(bbi, end, start - end);
  /packages/apps/Camera/src/com/android/camera/ui/
PieRenderer.java 331 RectF bbi = local
336 path.arcTo(bbi, end, start - end);
  /packages/apps/Gallery2/src/com/android/camera/ui/
PieRenderer.java 401 RectF bbi = local
406 path.arcTo(bbi, end, start - end);
    [all...]
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 139 milliseconds