Home
last modified time | relevance | path

Searched defs:bri (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
Dbounds_analysis.cpp789 auto bri = block->GetGraph()->GetBoundsRangeInfo(); in IsInstNotNull() local
919 auto bri = boundsAnalysis->GetBoundsRangeInfo(); in VisitPhi() local
949 bool BoundsAnalysis::MergePhiPredecessors(PhiInst *phi, BoundsRangeInfo *bri) in MergePhiPredecessors()
1053 bool BoundsAnalysis::ProcessCountableLoop(PhiInst *phi, BoundsRangeInfo *bri) in ProcessCountableLoop()
1092 bool BoundsAnalysis::ProcessIndexPhi(Loop *loop, BoundsRangeInfo *bri, CountableLoopInfo &loopInfoV… in ProcessIndexPhi()
1145 bool BoundsAnalysis::ProcessInitPhi(PhiInst *initPhi, BoundsRangeInfo *bri) in ProcessInitPhi()
1182 bool BoundsAnalysis::ProcessUpdatePhi(PhiInst *updatePhi, BoundsRangeInfo *bri, uint64_t iterations) in ProcessUpdatePhi()
1307 auto bri = static_cast<BoundsAnalysis *>(v)->GetBoundsRangeInfo(); in ProcessNullCheck() local
1327 auto bri = boundsAnalysis->GetBoundsRangeInfo(); in VisitBoundsCheck() local
1366 auto bri = boundsAnalysis->GetBoundsRangeInfo(); in VisitLoadObject() local
[all …]
/arkcompiler/runtime_core/static_core/compiler/tests/
Dbounds_analysis_test.cpp646 auto bri = GetGraph()->GetBoundsRangeInfo(); in TEST_F() local
673 auto bri = GetGraph()->GetBoundsRangeInfo(); in TEST_F() local
691 auto bri = GetGraph()->GetBoundsRangeInfo(); in TEST_F() local
749 auto bri = GetGraph()->GetBoundsRangeInfo(); in TEST_F() local
783 auto bri = GetGraph()->GetBoundsRangeInfo(); in TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dchecks_elimination.cpp389 auto bri = outermostPrehead->GetGraph()->GetBoundsRangeInfo(); in NeedSetFlagNoHoist() local
416 auto bri = block->GetGraph()->GetBoundsRangeInfo(); in VisitBoundsCheck() local
464 auto bri = block->GetGraph()->GetBoundsRangeInfo(); in VisitCheckCast() local
480 auto bri = block->GetGraph()->GetBoundsRangeInfo(); in VisitIsInstance() local
747 auto bri = block->GetGraph()->GetBoundsRangeInfo(); in TryRemoveCheckByBounds() local
811 auto bri = block->GetGraph()->GetBoundsRangeInfo(); in TryOptimizeOverflowCheck() local
1013 auto bri = loopUpper->GetBasicBlock()->GetGraph()->GetBoundsRangeInfo(); in InsertDeoptimizationForIndexOverflow() local
1033 auto bri = GetGraph()->GetBoundsRangeInfo(); in NeedUpperDeoptimization() local
1100 auto bri = GetGraph()->GetBoundsRangeInfo(); in TryInsertDeoptimization() local