Home
last modified time | relevance | path

Searched defs:bbID (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Doptimize_common.cpp80 void OptimizationPattern::Log(uint32 bbID) in Log()
88 void DotGenerator::SetColor(uint32 bbID, const std::string &color) in SetColor()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/test/maple_be/
Dcg_cgbb_test.cpp35 static maplebe::BB CreateBBObj(uint32 bbID, std::string poolName) in CreateBBObj()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dloop.h174 LoopDesc *GetBBLoopParent(BBID bbID) const in GetBBLoopParent()
Dcgbb.h93 BB(BBID bbID, MapleAllocator &mallocator) in BB()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/
Dlitecg_ir_builder.cpp91 BB &LiteCGIRBuilder::GetOrCreateBB(int bbID) in GetOrCreateBB()
2646 void LiteCGIRBuilder::AddPhiDesc(int bbID, PhiDesc &desc, std::unordered_map<int, std::vector<PhiDe… in AddPhiDesc() argument
3150 int LiteCGIRBuilder::LookupPredBB(GateRef start, int bbID) in LookupPredBB()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/llvm/
Dllvm_ir_builder.cpp1272 int LLVMIRBuilder::LookupPredBB(GateRef start, int bbID) in LookupPredBB()