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

  /external/llvm/lib/Target/R600/
AMDILCFGStructurizer.cpp 221 int countActiveBlock(MBBVector::const_iterator It,
420 int AMDGPUCFGStructurizer::countActiveBlock(MBBVector::const_iterator It,
808 int NumRemainedBlk = countActiveBlock(OrderedBlks.begin(),
854 int sccRemainedNumBlk = countActiveBlock(SccBeginIter, It);
892 = countActiveBlock(OrderedBlks.begin(), OrderedBlks.end());
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 390 int countActiveBlock(
567 int numRemainedBlk = countActiveBlock(orderedBlks.begin(),
614 int sccRemainedNumBlk = countActiveBlock(sccBeginIter, iterBlk);
654 = countActiveBlock(orderedBlks.begin(), orderedBlks.end());
    [all...]

Completed in 79 milliseconds