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

  /dalvik/vm/compiler/
Loop.cpp 530 BasicBlock *firstBB = cUnit->entryBlock->fallThrough;
532 int numPred = dvmCountSetBits(firstBB->predecessors);
544 dvmCompilerSetBit(cUnit->tempBlockV, firstBB->id);
546 BasicBlock *bodyBB = firstBB;
555 if (bodyBB->taken == firstBB) {
563 } else if (bodyBB->fallThrough == firstBB) {
746 BasicBlock *firstBB = cUnit->entryBlock->fallThrough;
747 BasicBlock *backBranchBB = findPredecessorBlock(cUnit, firstBB);
748 if (backBranchBB->taken == firstBB) {
751 assert(backBranchBB->fallThrough == firstBB);
    [all...]
  /external/llvm/lib/Analysis/
ProfileInfo.cpp 366 void ProfileInfoT<Function,BasicBlock>::splitEdge(const BasicBlock *FirstBB,
370 const Function *F = FirstBB->getParent();
376 Edge e = getEdge(FirstBB, SecondBB);
377 Edge n1 = getEdge(FirstBB, NewBB);
386 for(succ_const_iterator BBI = succ_begin(FirstBB), BBE = succ_end(FirstBB);
398 // We know now how many edges there are from FirstBB to SecondBB, reroute a
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXLowerAggrCopies.cpp 119 //const BasicBlock *firstBB = &F.front(); // first BB in F
  /external/llvm/include/llvm/Analysis/
ProfileInfo.h 157 void splitEdge(const BType *FirstBB, const BType *SecondBB,

Completed in 189 milliseconds