Home | History | Annotate | Download | only in radeon

Lines Matching refs:CurBlock

307   int patternMatch(BlockT *CurBlock);
308 int patternMatchGroup(BlockT *CurBlock);
310 int serialPatternMatch(BlockT *CurBlock);
311 int ifPatternMatch(BlockT *CurBlock);
312 int switchPatternMatch(BlockT *CurBlock);
313 int loopendPatternMatch(BlockT *CurBlock);
314 int loopPatternMatch(BlockT *CurBlock);
341 void mergeIfthenelseBlock(InstrT *BranchInstr, BlockT *CurBlock,
361 BlockT *cloneBlockForPredecessor(BlockT *CurBlock, BlockT *PredBlock);
372 bool isActiveLoophead(BlockT *CurBlock);
388 bool hasBackEdge(BlockT *curBlock);