Searched refs:label_inst (Results 1 – 9 of 9) sorted by relevance
379 const auto* label_inst = ir_context->get_def_use_mgr()->GetDef(block_id); in IsApplicableToBlock() local380 if (!label_inst || label_inst->opcode() != SpvOpLabel) { in IsApplicableToBlock()
1513 const auto* label_inst = ir_context->get_def_use_mgr()->GetDef(block_id); in GetLastInsertBeforeInstruction() local1514 (void)label_inst; // Make compilers happy in release mode. in GetLastInsertBeforeInstruction()1515 assert(label_inst && label_inst->opcode() == SpvOpLabel && in GetLastInsertBeforeInstruction()
1559 const auto* label_inst = ir_context->get_def_use_mgr()->GetDef(block_id); in GetLastInsertBeforeInstruction() local1560 (void)label_inst; // Make compilers happy in release mode. in GetLastInsertBeforeInstruction()1561 assert(label_inst && label_inst->opcode() == SpvOpLabel && in GetLastInsertBeforeInstruction()
157 std::unique_ptr<Instruction> label_inst( in GetKillingFuncId() local159 std::unique_ptr<BasicBlock> bb(new BasicBlock(std::move(label_inst))); in GetKillingFuncId()