Home
last modified time | relevance | path

Searched defs:freq (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dgcov_profile.h48 void SetFuncFrequency(int64_t freq) in SetFuncFrequency()
57 void SetFuncRealFrequency(int64_t freq) in SetFuncRealFrequency()
73 void SetStmtFreq(uint32_t stmtID, int64_t freq) in SetStmtFreq()
92 uint64 freq = stmtFreqs[stmtID]; in IsHotCallSite() local
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dcpu_affinity.h100 uint64_t freq; member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dbb.h359 void PushBackSuccFreq(uint64 freq) in PushBackSuccFreq()
368 void SetSuccFreq(int idx, uint64 freq) in SetSuccFreq()
462 void SetEdgeFreq(const BB *bb, uint64 freq) in SetEdgeFreq()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_lower.h168 int64_t freq = GetFuncProfData()->GetStmtFreq(oldStmt->GetStmtID()); in CopyStmtFrequency() local
Dmir_function.h913 void SetFirstFreqMap(uint32 stmtID, uint32 freq) in SetFirstFreqMap()
948 void SetLastFreqMap(uint32 stmtID, uint32 freq) in SetLastFreqMap()
1523 void SetStmtFreq(uint32_t stmtID, uint64_t freq) in SetStmtFreq()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dcpu_affinity.cpp171 uint64_t freq = 0U; in LoadCpuFreq() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_lower.cpp168 int64_t freq = GetFuncProfData()->GetStmtFreq(ifStmt.GetStmtID()) - in CreateBrFalseStmt() local
183 int64_t freq = GetFuncProfData()->GetStmtFreq(ifStmt.GetStmtID()) - in CreateBrTrueStmt() local
395 int64_t freq = GetFuncProfData()->GetStmtFreq(whileStmt.GetStmtID()) - in LowerWhileStmt() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/
Dme_cfg.cpp727 … auto freq = func.GetMirFunc()->GetFuncProfData()->GetStmtFreq(stmt->GetStmtID()); in CreateBasicBlocks() local
948 uint64_t freq = 0; in ConstructBBFreqFromStmtFreq() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgfunc.cpp1784 int32 freq = GetFunction().GetFreqFromLastStmt(stmtId); in GetFreqFromStmt() local
1942 int32 freq = GetFreqFromStmt(stmt->GetStmtID()); in GenerateInstruction() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_emitter.cpp1545 void X64Emitter::EmitBBHeaderLabel(CGFunc &cgFunc, LabelIdx labIdx, uint32 freq) in EmitBBHeaderLabel()
Dasm_assembler.cpp59 void AsmAssembler::EmitBBLabel(int64 labelSymIdx, bool genVerboseInfo, uint32 freq, const std::stri… in EmitBBLabel()
Delf_assembler.cpp142 void ElfAssembler::EmitBBLabel(int64 labelSymIdx, bool genVerboseInfo, uint32 freq, const std::stri… in EmitBBLabel()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/
Dconstantfold.cpp2340 uint32 freq = mirModule->CurFunction()->GetFreqFromLastStmt(node->GetStmtID()); in SimplifyCondGoto() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp282 int32 freq = mirModule.CurFunction()->GetFreqFromLastStmt(stmt->GetStmtID()); in FindTheCurrentStmtFreq() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp7182 uint32 freq = 0; in MergeReturn() local