Home
last modified time | relevance | path

Searched refs:NewBranch (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/examples/IRTransforms/
DSimplifyCFG.cpp199 BranchInst *NewBranch = in eliminateCondBranches_v2() local
206 if (NewBranch->getSuccessor(0) != RemovedSucc) in eliminateCondBranches_v2()
247 BranchInst *NewBranch = BranchInst::Create(TakenSucc, BB.getTerminator()); in eliminateCondBranches_v3() local
253 if (NewBranch->getSuccessor(0) != RemovedSucc) in eliminateCondBranches_v3()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopFuse.cpp1267 BranchInst *NewBranch = in simplifyLatchBranch() local
1269 ReplaceInstWithInst(FCLatchBranch, NewBranch); in simplifyLatchBranch()