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

  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 64 BasicBlock* OrigBlock, BasicBlock* Default);
66 BasicBlock* OrigBlock, BasicBlock* Default);
119 Value* Val, BasicBlock* OrigBlock,
125 return newLeafBlock(*Begin, Val, OrigBlock, Default);
139 OrigBlock, Default);
141 OrigBlock, Default);
145 Function* F = OrigBlock->getParent();
147 Function::iterator FI = OrigBlock;
164 BasicBlock* OrigBlock,
167 Function* F = OrigBlock->getParent()
    [all...]
  /dalvik/vm/compiler/
Frontend.cpp 514 BasicBlock *origBlock,
517 MIR *insn = origBlock->firstMIRInsn;
532 bottomBlock->lastMIRInsn = origBlock->lastMIRInsn;
535 bottomBlock->taken = origBlock->taken;
537 origBlock->taken = NULL;
538 dvmCompilerClearBit(bottomBlock->taken->predecessors, origBlock->id);
543 bottomBlock->needFallThroughBranch = origBlock->needFallThroughBranch;
544 bottomBlock->fallThrough = origBlock->fallThrough;
545 origBlock->fallThrough = bottomBlock;
546 origBlock->needFallThroughBranch = true
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java     [all...]

Completed in 90 milliseconds