Home
last modified time | relevance | path

Searched refs:optimizedFuncs (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_module.h409 return optimizedFuncs.size(); in GetOptFuncsSize()
414 optimizedFuncs.emplace(func); in AddOptFuncs()
419 return optimizedFuncs; in GetOptFuncs()
424 if (std::find(optimizedFuncs.begin(), optimizedFuncs.end(), func) != optimizedFuncs.end()) { in IsOptFunc()
880 MapleSet<MIRFunction *> optimizedFuncs; member in maple::MIRModule
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
H A Dmir_module.cpp47 optimizedFuncs(memPoolAllocator.Adapter()), in MIRModule()
400 if (optimizedFuncs.empty()) { in DumpInlineCandidateToFile()
437 for (auto *func : optimizedFuncs) { in DumpInlineCandidateToFile()

Completed in 4 milliseconds