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 196 BasicBlock *exitingBlock = exitingBlocks[0];
199 int j = P->getBasicBlockIndex(exitingBlock);
  /external/llvm/lib/Analysis/
RegionInfo.cpp 186 BasicBlock *exitingBlock = nullptr;
195 if (exitingBlock)
198 exitingBlock = Pred;
202 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 568 milliseconds