Searched refs:condId (Results 1 – 7 of 7) sorted by relevance
55 bool GetConstCondition(uint32_t condId, bool* condVal);
40 bool DeadBranchElimPass::GetConstCondition(uint32_t condId, bool* condVal) { in GetConstCondition() argument42 Instruction* cInst = get_def_use_mgr()->GetDef(condId); in GetConstCondition()
509 auto condId = Object::ID(block.branchInstruction.word(1)); in EmitBranchConditional() local513 auto cond = Operand(this, state, condId); in EmitBranchConditional()514 …ASSERT_MSG(getType(getObject(condId)).componentCount == 1, "Condition must be a Boolean type scala… in EmitBranchConditional()