Home
last modified time | relevance | path

Searched defs:bbId (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dreg_alloc_verifier.cpp407 auto bbId = it->first; in RunImpl() local
/arkcompiler/runtime_core/static_core/compiler/optimizer/optimizations/
H A Dinlining.cpp178 [[maybe_unused]] auto bbId = hotBlocks[i]->GetId(); in Do() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Dreg_alloc_lsra.cpp1643 auto bbId = bb.GetId(); in UpdateLocalDefWithBBLiveIn() local
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dframe_states.cpp96 bool FrameStateBuilder::MergeFromSuccBB(size_t bbId) in MergeFromSuccBB() argument
103 void FrameStateBuilder::MergeFromCatchBB(size_t bbId) in MergeFromCatchBB() argument
115 bool FrameStateBuilder::ComputeLiveOut(size_t bbId) in ComputeLiveOut() argument
994 size_t bbId = pendingList_.back(); in ComputeLoopBack() local
1054 CountLoopBody(FrameStateBuilder::LoopInfo& loopInfo, size_t bbId) CountLoopBody() argument
1195 EnterInnerLoop(FrameStateBuilder::LoopInfo* loopInfo, size_t bbId) EnterInnerLoop() argument
1253 Push(size_t bbId, size_t depth) Push() argument
1332 size_t bbId; global() member
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Doperand.h1953 void InsertOpnd(uint32 bbId, RegOperand &phiParam) in InsertOpnd() argument
1959 void UpdateOpnd(uint32 bbId, uint32 newId, RegOperand &phiParam) in UpdateOpnd() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp1258 void LLVMIRBuilder::LinkToLLVMCfg(int bbId, const OperandsVector &predecessors) in LinkToLLVMCfg() argument

Completed in 19 milliseconds