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

/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DAMDILCFGStructurizer.cpp591 MachineBasicBlock *TrueBranch = getTrueBranch(MI); local
595 return (*It == TrueBranch) ? *Next : *It;
1584 MachineBasicBlock *TrueBranch = getTrueBranch(BranchMI); local
1586 if (TrueBranch != LandMBB)
1607 MachineBasicBlock *TrueBranch = getTrueBranch(MI); local
1615 TrueBranch == ContMBB ? getBranchNzeroOpcode(OldOpcode) :
1623 TrueBranch == ContMBB ? getContinueNzeroOpcode(OldOpcode) :
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4568 auto *TrueBranch = BranchInst::Create(EndBlock, TrueBlock); local
4570 TrueInst->moveBefore(TrueBranch);

Completed in 154 milliseconds