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/
Dmir_module.h439 return optimizedFuncs.size(); in GetOptFuncsSize()
444 optimizedFuncs.emplace(func); in AddOptFuncs()
449 return optimizedFuncs; in GetOptFuncs()
454 if (std::find(optimizedFuncs.begin(), optimizedFuncs.end(), func) != optimizedFuncs.end()) { in IsOptFunc()
939 MapleSet<MIRFunction *> optimizedFuncs; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_module.cpp48 optimizedFuncs(memPoolAllocator.Adapter()), in MIRModule()
421 if (optimizedFuncs.empty()) { in DumpInlineCandidateToFile()
461 for (auto *func : optimizedFuncs) { in DumpInlineCandidateToFile()