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()136 visitor->PushNewCheckForMoveOutOfLoop(inst); in VisitRefTypeCheck()320 visitor->PushNewCheckForMoveOutOfLoop(inst); in VisitAnyTypeCheck()343 visitor->PushNewCheckForMoveOutOfLoop(inst); in VisitHclassCheck()402 visitor->PushNewCheckForMoveOutOfLoop(inst); in VisitCheckCast()757 PushNewCheckForMoveOutOfLoop(inst); in TryOptimizeOverflowCheck()1117 PushNewCheckForMoveOutOfLoop(boundsCheck); in HoistLoopInvariantBoundsChecks()
117 void PushNewCheckForMoveOutOfLoop(Inst *anyTypeCheck) in PushNewCheckForMoveOutOfLoop() function