Home
last modified time | relevance | path

Searched refs:BlockTSmallerVector (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
DAMDILCFGStructurizer.cpp291 typedef SmallVector<BlockT *, 32> BlockTSmallerVector; typedef in llvmCFGStruct::CFGStructurizer
353 BlockTSmallerVector &ExitingBlocks,
354 BlockTSmallerVector &ExitBlocks);
376 BlockTSmallerVector &exitBlocks,
474 BlockTSmallerVector exitingBlks; in prepare()
947 BlockTSmallerVector exitingBlks; in loopbreakPatternMatch()
960 BlockTSmallerVector exitBlks; in loopbreakPatternMatch()
962 for (typename BlockTSmallerVector::const_iterator iter = exitingBlks.begin(), in loopbreakPatternMatch()
1056 for (typename BlockTSmallerVector::iterator iterExiting = in loopbreakPatternMatch()
1075 for (typename BlockTSmallerVector::iterator iterExit = exitBlks.begin(), in loopbreakPatternMatch()
[all …]