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

  /external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp 276 int ifPatternMatch(MachineBasicBlock *MBB);
983 NumMatch += ifPatternMatch(MBB);
1001 int AMDGPUCFGStructurizer::ifPatternMatch(MachineBasicBlock *MBB) {
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 311 int ifPatternMatch(BlockT *CurBlock);
776 numMatch += ifPatternMatch(curBlk);
800 int CFGStructurizer<PassT>::ifPatternMatch(BlockT *curBlk) {
871 } //ifPatternMatch
    [all...]

Completed in 366 milliseconds