Displaying 1 result from an estimated 1 matches for "landblock".
Did you mean:
can_block
2012 Jul 16
3
[LLVMdev] RFC: LLVM incubation, or requirements for committing new backends
...opT *LoopRep, BlockT *LoopHeader);
> + int loopcontPatternMatch(LoopT *LoopRep, BlockT *LoopHeader);
> + //int loopWithoutBreak(BlockT *);
> +
> + void handleLoopbreak (BlockT *ExitingBlock, LoopT *ExitingLoop,
> + BlockT *ExitBlock, LoopT *exitLoop, BlockT *landBlock);
> + void handleLoopcontBlock(BlockT *ContingBlock, LoopT *contingLoop,
> + BlockT *ContBlock, LoopT *contLoop);
> + bool isSameloopDetachedContbreak(BlockT *Src1Block, BlockT *Src2Block);
> + int handleJumpintoIf(BlockT *HeadBlock, BlockT *TrueBlock,
>...