Lines Matching defs:instruction
36 ValueBound(HInstruction* instruction, int32_t constant) { in ValueBound()
67 static bool IsAddOrSubAConstant(HInstruction* instruction, in IsAddOrSubAConstant()
95 static ValueBound AsValueBound(HInstruction* instruction) { in AsValueBound()
109 static ValueBound DetectValueBoundFromValue(HInstruction* instruction, /* out */ bool* found) { in DetectValueBoundFromValue()
162 static HInstruction* HuntForDeclaration(HInstruction* instruction) { in HuntForDeclaration()
593 ValueRange* LookupValueRange(HInstruction* instruction, HBasicBlock* basic_block) { in LookupValueRange()
610 void AssignRange(HBasicBlock* basic_block, HInstruction* instruction, ValueRange* range) { in AssignRange()
616 void ApplyRangeFromComparison(HInstruction* instruction, HBasicBlock* basic_block, in ApplyRangeFromComparison()
638 void HandleIfBetweenTwoMonotonicValueRanges(HIf* instruction, in HandleIfBetweenTwoMonotonicValueRanges()
704 void HandleIf(HIf* instruction, HInstruction* left, HInstruction* right, IfCondition cond) { in HandleIf()
912 HInstruction* instruction = phi->InputAt(1); in VisitPhi() local
955 void VisitIf(HIf* instruction) OVERRIDE { in VisitIf()
1041 void FindAndHandlePartialArrayLength(HBinaryOperation* instruction) { in FindAndHandlePartialArrayLength()
1096 void VisitAnd(HAnd* instruction) OVERRIDE { in VisitAnd()
1324 bool TryDynamicBCE(HBoundsCheck* instruction) { in TryDynamicBCE()
1501 HBasicBlock* GetPreHeader(HLoopInformation* loop, HInstruction* instruction) { in GetPreHeader()
1543 void HoistToPreHeaderOrDeoptBlock(HLoopInformation* loop, HInstruction* instruction) { in HoistToPreHeaderOrDeoptBlock()
1641 HInstruction* instruction = it.Current(); in InsertPhiNodes() local
1683 HInstruction* instruction, in NewPhi()
1705 static void ReplaceInstruction(HInstruction* instruction, HInstruction* replacement) { in ReplaceInstruction()