Home
last modified time | relevance | path

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

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