Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDILCFGStructurizer.cpp242 static bool isUncondBranch(MachineInstr *MI);
585 bool AMDGPUCFGStructurizer::isUncondBranch(MachineInstr *MI) { in isUncondBranch() function in AMDGPUCFGStructurizer
612 if (MI && (isCondBranch(MI) || isUncondBranch(MI))) in getNormalBlockBranchInstr()
624 if (isCondBranch(MI) || isUncondBranch(MI)) in getLoopendBlockBranchInstr()
1585 if (!BranchMI || !isUncondBranch(BranchMI)) in normalizeInfiniteLoopExit()
1603 && isUncondBranch(BranchMI)) { in removeUnconditionalBranch()