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.cpp784 auto bri = block->GetGraph()->GetBoundsRangeInfo(); in IsInstNotNull() local
914 auto bri = boundsAnalysis->GetBoundsRangeInfo(); in VisitPhi() local
925 bool BoundsAnalysis::MergePhiPredecessors(PhiInst *phi, BoundsRangeInfo *bri) in MergePhiPredecessors()
1029 bool BoundsAnalysis::ProcessCountableLoop(PhiInst *phi, BoundsRangeInfo *bri) in ProcessCountableLoop()
1068 bool BoundsAnalysis::ProcessIndexPhi(Loop *loop, BoundsRangeInfo *bri, CountableLoopInfo &loopInfoV… in ProcessIndexPhi()
1121 bool BoundsAnalysis::ProcessInitPhi(PhiInst *initPhi, BoundsRangeInfo *bri) in ProcessInitPhi()
1158 bool BoundsAnalysis::ProcessUpdatePhi(PhiInst *updatePhi, BoundsRangeInfo *bri, uint64_t iterations) in ProcessUpdatePhi()
1283 auto bri = static_cast<BoundsAnalysis *>(v)->GetBoundsRangeInfo(); in ProcessNullCheck() local
1297 auto bri = static_cast<BoundsAnalysis *>(v)->GetBoundsRangeInfo(); in CalcNewBoundsRangeForIsInstanceInput() local
1308 auto bri = static_cast<BoundsAnalysis *>(v)->GetBoundsRangeInfo(); in CalcNewBoundsRangeForCompare() 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.cpp390 auto bri = outermostPrehead->GetGraph()->GetBoundsRangeInfo(); in NeedSetFlagNoHoist() local
417 auto bri = block->GetGraph()->GetBoundsRangeInfo(); in VisitBoundsCheck() local
459 auto bri = block->GetGraph()->GetBoundsRangeInfo(); in VisitCheckCast() local
475 auto bri = block->GetGraph()->GetBoundsRangeInfo(); in VisitIsInstance() local
742 auto bri = block->GetGraph()->GetBoundsRangeInfo(); in TryRemoveCheckByBounds() local
806 auto bri = block->GetGraph()->GetBoundsRangeInfo(); in TryOptimizeOverflowCheck() local
1008 auto bri = loopUpper->GetBasicBlock()->GetGraph()->GetBoundsRangeInfo(); in InsertDeoptimizationForIndexOverflow() local
1028 auto bri = GetGraph()->GetBoundsRangeInfo(); in NeedUpperDeoptimization() local
1095 auto bri = GetGraph()->GetBoundsRangeInfo(); in TryInsertDeoptimization() local