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

  /dalvik/vm/compiler/
Loop.cpp 546 BasicBlock *bodyBB = firstBB;
555 if (bodyBB->taken == firstBB) {
557 if (bodyBB->fallThrough &&
558 dvmIsBitSet(cUnit->tempBlockV, bodyBB->fallThrough->id)) {
563 } else if (bodyBB->fallThrough == firstBB) {
565 if (bodyBB->taken &&
566 dvmIsBitSet(cUnit->tempBlockV, bodyBB->taken->id)) {
574 if (bodyBB->fallThrough &&
575 dvmIsBitSet(cUnit->tempBlockV, bodyBB->fallThrough->id)) {
578 if (bodyBB->taken &
    [all...]
  /external/clang/lib/CodeGen/
CGExprAgg.cpp 783 llvm::BasicBlock *bodyBB = CGF.createBasicBlock("arrayinit.body");
786 CGF.EmitBlock(bodyBB);
809 Builder.CreateCondBr(done, endBB, bodyBB);
    [all...]
CGDecl.cpp     [all...]

Completed in 153 milliseconds