Searched refs:PushNewCheckForMoveOutOfLoop (Results 1 – 2 of 2) sorted by relevance
77 static_cast<ChecksElimination *>(v)->PushNewCheckForMoveOutOfLoop(inst); in VisitNullCheck()86 static_cast<ChecksElimination *>(v)->PushNewCheckForMoveOutOfLoop(inst); in VisitNegativeCheck()95 static_cast<ChecksElimination *>(v)->PushNewCheckForMoveOutOfLoop(inst); in VisitNotPositiveCheck()104 static_cast<ChecksElimination *>(v)->PushNewCheckForMoveOutOfLoop(inst); in VisitZeroCheck()318 visitor->PushNewCheckForMoveOutOfLoop(inst); in VisitAnyTypeCheck()341 visitor->PushNewCheckForMoveOutOfLoop(inst); in VisitHclassCheck()729 PushNewCheckForMoveOutOfLoop(inst); in TryOptimizeOverflowCheck()1089 PushNewCheckForMoveOutOfLoop(boundsCheck); in HoistLoopInvariantBoundsChecks()
116 void PushNewCheckForMoveOutOfLoop(Inst *anyTypeCheck) in PushNewCheckForMoveOutOfLoop() function