Searched refs:IsCombinatorInstruction (Results 1 – 16 of 16) sorted by relevance
56 !context()->IsCombinatorInstruction(current_inst)) { in FindLiveComponents()282 if (!context()->IsCombinatorInstruction(current_inst)) { in RewriteInstructions()
52 if (!context()->IsCombinatorInstruction(inst)) { in AssignValueNumber()
210 if (context()->IsCombinatorInstruction(odi)) deadInsts.push(odi); in DCEInst()
731 if (context()->IsCombinatorInstruction(this)) { in IsOpcodeSafeToDelete()
410 inline bool IsCombinatorInstruction(const Instruction* inst) { in IsCombinatorInstruction() function
393 if (!inst.IsBranch() && !context->IsCombinatorInstruction(&inst)) in IsBasicBlockSafeToClone()
830 if (!context_->IsCombinatorInstruction(var)) { in IsDynamicallyUniform()
241 return context_->IsCombinatorInstruction(insn); in IsConditionCheckSideEffectFree()
56 !context()->IsCombinatorInstruction(current_inst)) { in FindLiveComponents()302 if (!context()->IsCombinatorInstruction(current_inst)) { in RewriteInstructions()
540 if (!context_->IsCombinatorInstruction(var)) { in IsDynamicallyUniform()
414 inline bool IsCombinatorInstruction(const Instruction* inst) { in IsCombinatorInstruction() function