HomeSort by: relevance | last modified time | path
    Searched refs:NewBranch (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/rcs/dist/src/
rcssyn.c 409 struct branchhead **LastBranch, *NewBranch;
425 NewBranch = ftalloc(struct branchhead);
426 NewBranch->hsh = num;
427 *LastBranch = NewBranch;
428 LastBranch = &NewBranch->nextbranch;
  /src/external/apache2/llvm/dist/llvm/examples/IRTransforms/
SimplifyCFG.cpp 199 BranchInst *NewBranch =
206 if (NewBranch->getSuccessor(0) != RemovedSucc)
247 BranchInst *NewBranch = BranchInst::Create(TakenSucc, BB.getTerminator());
253 if (NewBranch->getSuccessor(0) != RemovedSucc)
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LoopFuse.cpp 1279 BranchInst *NewBranch =
1281 ReplaceInstWithInst(FCLatchBranch, NewBranch);

Completed in 26 milliseconds