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

  /external/swiftshader/third_party/LLVM/lib/Analysis/
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...]
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...]
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXFPRoundingModePass.cpp 69 for (MachineFunction::iterator bbi = MF.begin(), bbe = MF.end(); bbi != bbe;
70 ++bbi) {
71 MachineBasicBlock &MBB = *bbi;
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/iq2000/
allinsn.s 130 .global bbi
131 bbi: label
132 bbi %0(0),footext
allinsn.d 102 0000007c <bbi>:
103 7c: 70 00 ff e0 bbi r0\(0x0\),0 <add>
  /external/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 48 // insert them before BBI in BB. If Cache is nonnull, use it to cache
50 Scatterer(BasicBlock *bb, BasicBlock::iterator bbi, Value *v,
61 BasicBlock::iterator BBI;
184 Scatterer::Scatterer(BasicBlock *bb, BasicBlock::iterator bbi, Value *v,
186 : BB(bb), BBI(bbi), V(v), CachePtr(cachePtr) {
206 IRBuilder<> Builder(BB, BBI);
  /packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/
PieRenderer.java 323 RectF bbi = new RectF(center.x - inner, center.y - inner, center.x + inner, center.y + inner); local
326 path.arcTo(bbi, end, start - end);
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/camerafocus/
PieRenderer.java 326 RectF bbi = local
331 path.arcTo(bbi, end, start - end);
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 

Completed in 138 milliseconds