Searched defs:thenBlock (Results 1 – 10 of 10) sorted by relevance
161 Block &thenBlock = ifInbound.getThenRegion().front(); in tileParallelLoop() local
225 Block *thenBlock = builder.createBlock(funcBody); in createElementIPowIFunc() local 453 Block *thenBlock = builder.createBlock(funcBody); createElementFPowIFunc() local [all...]
242 auto *thenBlock = &thenRegion.front(); in matchAndRewrite() local
547 Block *thenBlock = nullptr; in createIfThen() local
405 auto *thenBlock = &thenRegion.front(); matchAndRewrite() local
243 Block *thenBlock = rewriter.splitBlock(currentBlock, currentPoint); in createIf() local
1435 const BasicBlock *thenBlock() const { return Branches[0]; } thenBlock() function 1436 BasicBlock *thenBlock() { return Branches[0]; } thenBlock() function
317 auto *thenBlock = hoistedIfOp.getThenBlock(); hoistAffineIfOp() local
2710 Block *thenBlock = ifOp.getThenBlock(); separateFullTiles() local
2186 Block *thenBlock = &getThenRegion().front(); fold() local 2798 Block *IfOp::thenBlock() { return &getThenRegion().back(); } thenBlock() function in IfOp [all...]