Searched refs:headBlock (Results 1 – 1 of 1) sorted by relevance
29 Block *headBlock = &dstRegion.front(); in inlineIfCase() local30 for (auto it : llvm::zip(headBlock->getArguments(), operands)) in inlineIfCase()33 auto yield = cast<YieldOp>(headBlock->getTerminator()); in inlineIfCase()38 headBlock->eraseArguments( in inlineIfCase()39 llvm::to_vector<4>(llvm::seq<unsigned>(0, headBlock->getNumArguments()))); in inlineIfCase()47 Block *headBlock = &dstRegion.front(); in inlineWhileCase() local49 auto yield = cast<YieldOp>(headBlock->getTerminator()); in inlineWhileCase()55 headBlock->getArguments()); in inlineWhileCase()