Searched refs:CountedExitBranch (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp473 BranchInst *CountedExitBranch = nullptr; local
521 CountedExitBranch = BI;
569 IRBuilder<> CondBuilder(CountedExitBranch);
573 Value *OldCond = CountedExitBranch->getCondition();
574 CountedExitBranch->setCondition(NewCond);
577 if (!L->contains(CountedExitBranch->getSuccessor(0)))
578 CountedExitBranch->swapSuccessors();

Completed in 62 milliseconds