Home
last modified time | relevance | path

Searched defs:bbID (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/maple_be/
H A Dcg_cgbb_test.cpp35 static maplebe::BB CreateBBObj(uint32 bbID, std::string poolName) in CreateBBObj() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Dcgbb.h93 BB(BBID bbID, MapleAllocator &mallocator) in BB() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
H A Doptimize_common.cpp85 void OptimizationPattern::Log(uint32 bbID) in Log() argument
93 void DotGenerator::SetColor(uint32 bbID, const std::string &color) in SetColor() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
H A Dllvm_ir_builder.cpp1164 int LLVMIRBuilder::LookupPredBB(GateRef start, int bbID) in LookupPredBB() argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
H A Dlitecg_ir_builder.cpp102 BB &LiteCGIRBuilder::GetOrCreateBB(int bbID) in GetOrCreateBB() argument
2545 void LiteCGIRBuilder::AddPhiDesc(int bbID, PhiDesc &desc, std::map<int, std::vector<PhiDesc>> &bbID2Phis) in AddPhiDesc() argument
3044 int LiteCGIRBuilder::LookupPredBB(GateRef start, int bbID) in LookupPredBB() argument

Completed in 14 milliseconds