Searched refs:getOrCreateBlockID (Results 1 – 3 of 3) sorted by relevance
232 {getOrCreateBlockID(&op.front())}); in processFuncOp()368 getOrCreateBlockID(&block); in processSelectionOp()424 getOrCreateBlockID(&block); in processLoopOp()486 auto trueLabelID = getOrCreateBlockID(condBranchOp.getTrueBlock()); in processBranchConditionalOp()487 auto falseLabelID = getOrCreateBlockID(condBranchOp.getFalseBlock()); in processBranchConditionalOp()506 {getOrCreateBlockID(branchOp.getTarget())}); in processBranchOp()
239 uint32_t getOrCreateBlockID(Block *block);
918 uint32_t Serializer::getOrCreateBlockID(Block *block) { in getOrCreateBlockID() function in mlir::spirv::Serializer942 uint32_t blockID = getOrCreateBlockID(block); in processBlock()1061 uint32_t predBlockId = getOrCreateBlockID(predecessors[predIndex].first); in emitPhiForBlockArguments()