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

  /external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp 251 static bool isUncondBranch(MachineInstr *MI);
609 bool AMDGPUCFGStructurizer::isUncondBranch(MachineInstr *MI) {
636 if (MI && (isCondBranch(MI) || isUncondBranch(MI)))
648 if (isCondBranch(MI) || isUncondBranch(MI))
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp     [all...]

Completed in 218 milliseconds