Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dframe_states.h175 bool IsContextExists(uint32_t bbIndex) const in IsContextExists()
238 FrameContext *GetMergedBbContext(uint32_t bbIndex) const in GetMergedBbContext()
Dframe_states.cpp247 FrameLiveOut *FrameStateBuilder::GetOrOCreateBBLiveOut(size_t bbIndex) in GetOrOCreateBBLiveOut()
266 FrameContext *FrameStateBuilder::GetOrOCreateMergedContext(uint32_t bbIndex) in GetOrOCreateMergedContext()
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
Dif_merging.cpp282 auto bbIndex = phi->GetPhiInputBbNum(i - 1); in SplitBlockWithConstantPhi() local