Home
last modified time | relevance | path

Searched refs:TrueBranch (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/lib/Target/AMDGPU/
DR600MachineCFGStructurizer.cpp545 MachineBasicBlock *TrueBranch = getTrueBranch(MI); in getFalseBranch() local
549 return (*It == TrueBranch) ? *Next : *It; in getFalseBranch()
1416 MachineBasicBlock *TrueBranch = getTrueBranch(BranchMI); in mergeLoopbreakBlock() local
1418 if (TrueBranch != LandMBB) in mergeLoopbreakBlock()
1439 MachineBasicBlock *TrueBranch = getTrueBranch(MI); in settleLoopcontBlock() local
1447 TrueBranch == ContMBB ? getBranchNzeroOpcode(OldOpcode) : in settleLoopcontBlock()
1455 TrueBranch == ContMBB ? getContinueNzeroOpcode(OldOpcode) : in settleLoopcontBlock()
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DSelectOptimize.cpp447 BranchInst *TrueBranch = nullptr, *FalseBranch = nullptr; in convertProfitableSIGroups() local
451 TrueBranch = BranchInst::Create(EndBlock, TrueBlock); in convertProfitableSIGroups()
452 TrueBranch->setDebugLoc(LastSI->getDebugLoc()); in convertProfitableSIGroups()
454 TrueInst->moveBefore(TrueBranch); in convertProfitableSIGroups()
DCodeGenPrepare.cpp6933 BranchInst *TrueBranch = nullptr; in optimizeSelectInst() local
6943 TrueBranch = BranchInst::Create(EndBlock, TrueBlock); in optimizeSelectInst()
6946 TrueBranch->setDebugLoc(SI->getDebugLoc()); in optimizeSelectInst()
6949 TrueInst->moveBefore(TrueBranch); in optimizeSelectInst()
/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DDFAJumpThreading.cpp260 BranchInst *TrueBranch = nullptr; in unfold() local
266 "si.unfold.true", &TrueBlock, &TrueBranch, in unfold()