Home
last modified time | relevance | path

Searched refs:PushNewCheckForMoveOutOfLoop (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dchecks_elimination.cpp77 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()
Dchecks_elimination.h117 void PushNewCheckForMoveOutOfLoop(Inst *anyTypeCheck) in PushNewCheckForMoveOutOfLoop() function