Home | History | Annotate | Download | only in R600

Lines Matching refs:curBlock

207   int patternMatch(BlockT *CurBlock);
208 int patternMatchGroup(BlockT *CurBlock);
210 int serialPatternMatch(BlockT *CurBlock);
211 int ifPatternMatch(BlockT *CurBlock);
212 int switchPatternMatch(BlockT *CurBlock);
213 int loopendPatternMatch(BlockT *CurBlock);
214 int loopPatternMatch(BlockT *CurBlock);
241 void mergeIfthenelseBlock(InstrT *BranchInstr, BlockT *CurBlock,
261 BlockT *cloneBlockForPredecessor(BlockT *CurBlock, BlockT *PredBlock);
272 bool isActiveLoophead(BlockT *CurBlock);
288 bool hasBackEdge(BlockT *curBlock);