HomeSort by relevance Sort by last modified time
    Searched refs:isCondBranch (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp 250 static bool isCondBranch(MachineInstr *MI);
598 bool AMDGPUCFGStructurizer::isCondBranch(MachineInstr *MI) {
636 if (MI && (isCondBranch(MI) || isUncondBranch(MI)))
648 if (isCondBranch(MI) || isUncondBranch(MI))
712 if (BranchMI && isCondBranch(BranchMI) &&
1011 assert(isCondBranch(BranchMI));
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 815 assert(CFGTraits::isCondBranch(branchInstr));
    [all...]

Completed in 190 milliseconds