Lines Matching full: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);