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

/external/llvm/lib/Target/PowerPC/
H A DPPCCTRLoops.cpp504 BranchInst *CountedExitBranch = nullptr; local
552 CountedExitBranch = BI;
600 IRBuilder<> CondBuilder(CountedExitBranch);
604 Value *OldCond = CountedExitBranch->getCondition();
605 CountedExitBranch->setCondition(NewCond);
608 if (!L->contains(CountedExitBranch->getSuccessor(0)))
609 CountedExitBranch->swapSuccessors();

Completed in 56 milliseconds