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

  /external/llvm/lib/Transforms/Scalar/
LoopDeletion.cpp 192 BasicBlock *exitingBlock = exitingBlocks[0];
195 int j = P->getBasicBlockIndex(exitingBlock);
  /external/llvm/lib/Analysis/
RegionInfo.cpp 190 BasicBlock *exitingBlock = 0;
199 if (exitingBlock)
202 exitingBlock = Pred;
206 return exitingBlock;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 320 void handleLoopbreak (BlockT *ExitingBlock, LoopT *ExitingLoop,
345 void mergeLoopbreakBlock(BlockT *ExitingBlock, BlockT *ExitBlock,
362 BlockT *exitingBlock2ExitBlock (LoopT *LoopRep, BlockT *exitingBlock);
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDILCFGStructurizer.cpp 320 void handleLoopbreak (BlockT *ExitingBlock, LoopT *ExitingLoop,
345 void mergeLoopbreakBlock(BlockT *ExitingBlock, BlockT *ExitBlock,
362 BlockT *exitingBlock2ExitBlock (LoopT *LoopRep, BlockT *exitingBlock);
    [all...]

Completed in 377 milliseconds