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

  /external/llvm/lib/Transforms/Scalar/
PartiallyInlineLibCalls.cpp 51 // Move all instructions following Call to newly created block JoinBB.
53 BasicBlock *JoinBB = llvm::SplitBlock(&CurrBB, Call->getNextNode());
54 IRBuilder<> Builder(JoinBB, JoinBB->begin());
60 CurrBB.getParent(), JoinBB);
64 Builder.CreateBr(JoinBB);
73 Builder.CreateCondBr(FCmp, JoinBB, LibCallBB);
79 BB = JoinBB->getIterator();
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_lowering_nvc0.cpp     [all...]
nv50_ir_lowering_nv50.cpp 912 BasicBlock *joinBB = i->bb->splitAfter(i);
916 currBB->joinAt = bld.mkFlow(OP_JOINAT, joinBB, CC_ALWAYS, NULL);
931 bld.setPosition(joinBB, false);
    [all...]

Completed in 172 milliseconds