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

  /external/llvm/lib/Analysis/
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...]
ProfileVerifierPass.cpp 101 for (const_pred_iterator bbi = pred_begin(BB), bbe = pred_end(BB);
102 bbi != bbe; ++bbi ) {
103 if (ProcessedPreds.insert(*bbi).second) {
104 typename ProfileInfoT<FType, BType>::Edge E = PI->getEdge(*bbi,BB);
116 for ( succ_const_iterator bbi = succ_begin(BB), bbe = succ_end(BB);
117 bbi != bbe; ++bbi ) {
118 if (ProcessedSuccs.insert(*bbi).second) {
119 typename ProfileInfoT<FType, BType>::Edge E = PI->getEdge(BB,*bbi);
262 succ_const_iterator bbi = succ_begin(BB), bbe = succ_end(BB); local
    [all...]
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 304 RectF bbi = local
309 path.arcTo(bbi, end, start - end);

Completed in 245 milliseconds