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.h400 void PushBackSuccFreq(uint64 freq) in PushBackSuccFreq()
409 void SetSuccFreq(int idx, uint64 freq) in SetSuccFreq()
503 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.h908 void SetFirstFreqMap(uint32 stmtID, uint32 freq) in SetFirstFreqMap()
943 void SetLastFreqMap(uint32 stmtID, uint32 freq) in SetLastFreqMap()
1518 void SetStmtFreq(uint32_t stmtID, uint64_t freq) in SetStmtFreq()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_lower.cpp170 int64_t freq = GetFuncProfData()->GetStmtFreq(ifStmt.GetStmtID()) - in CreateBrFalseStmt() local
185 int64_t freq = GetFuncProfData()->GetStmtFreq(ifStmt.GetStmtID()) - in CreateBrTrueStmt() local
398 int64_t freq = GetFuncProfData()->GetStmtFreq(whileStmt.GetStmtID()) - in LowerWhileStmt() local
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dcpu_affinity.cpp167 uint64_t freq = 0U; in LoadCpuInfoFromSystem() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/src/
Dme_cfg.cpp463 uint64_t freq = 0; in ConstructBBFreqFromStmtFreq() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcgfunc.cpp1859 int32 freq = GetFunction().GetFreqFromLastStmt(stmtId); in GetFreqFromStmt() local
2019 int32 freq = GetFreqFromStmt(stmt->GetStmtID()); in GenerateInstruction() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_emitter.cpp1560 void X64Emitter::EmitBBHeaderLabel(CGFunc &cgFunc, LabelIdx labIdx, uint32 freq) in EmitBBHeaderLabel()
Dasm_assembler.cpp58 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.cpp2433 …uint32 freq = static_cast<uint32>(mirModule->CurFunction()->GetFreqFromLastStmt(node->GetStmtID())… in SimplifyCondGoto() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp264 int32 freq = mirModule.CurFunction()->GetFreqFromLastStmt(stmt->GetStmtID()); in FindTheCurrentStmtFreq() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/
Daarch64_cgfunc.cpp6592 uint32 freq = 0; in MergeReturn() local