Home
last modified time | relevance | path

Searched defs:bbNum (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/ir/
Dinst.cpp290 auto bbNum {GetUser(index)->GetBbNum()}; in Remove() local
420 auto bbNum {GetPhiInputBbNum(index)}; in GetPhiInputBb() local
Dinst.h472 void SetBbNum(uint32_t bbNum) in SetBbNum()
3715 void SetPhiInputBbNum(unsigned index, uint32_t bbNum) in SetPhiInputBbNum()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Debo.h239 uint32 bbNum = 0; /* bb numbers for an extend block. */ variable
/arkcompiler/ets_runtime/ecmascript/compiler/
Dpost_schedule.cpp43 size_t bbNum = cfg.size(); in GenerateExtraBB() local