Searched refs:flabel (Results 1 – 4 of 4) sorted by relevance
388 uint32_t flabel = inst->words[inst->operands[2].offset]; in CfgPass() local390 CFG_ASSERT(FirstBlockAssert, flabel); in CfgPass()392 _.current_function().RegisterBlockEnd({tlabel, flabel}, opcode); in CfgPass()
974 uint32_t flabel = inst->GetOperandAs<uint32_t>(2); in CfgPass() local976 CFG_ASSERT(FirstBlockAssert, flabel); in CfgPass()978 _.current_function().RegisterBlockEnd({tlabel, flabel}); in CfgPass()
962 uint32_t flabel = inst->GetOperandAs<uint32_t>(2); in CfgPass() local964 CFG_ASSERT(FirstBlockAssert, flabel); in CfgPass()966 _.current_function().RegisterBlockEnd({tlabel, flabel}); in CfgPass()