| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/ |
| D | gcov_profile.h | 48 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/ |
| D | cpu_affinity.h | 100 uint64_t freq; member
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/ |
| D | bb.h | 359 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/ |
| D | mir_lower.h | 168 int64_t freq = GetFuncProfData()->GetStmtFreq(oldStmt->GetStmtID()); in CopyStmtFrequency() local
|
| D | mir_function.h | 913 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/ |
| D | cpu_affinity.cpp | 171 uint64_t freq = 0U; in LoadCpuFreq() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/ |
| D | mir_lower.cpp | 168 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/ |
| D | me_cfg.cpp | 727 … 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/ |
| D | cgfunc.cpp | 1784 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/ |
| D | x64_emitter.cpp | 1545 void X64Emitter::EmitBBHeaderLabel(CGFunc &cgFunc, LabelIdx labIdx, uint32 freq) in EmitBBHeaderLabel()
|
| D | asm_assembler.cpp | 59 void AsmAssembler::EmitBBLabel(int64 labelSymIdx, bool genVerboseInfo, uint32 freq, const std::stri… in EmitBBLabel()
|
| D | elf_assembler.cpp | 142 void ElfAssembler::EmitBBLabel(int64 labelSymIdx, bool genVerboseInfo, uint32 freq, const std::stri… in EmitBBLabel()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mpl2mpl/src/ |
| D | constantfold.cpp | 2340 uint32 freq = mirModule->CurFunction()->GetFreqFromLastStmt(node->GetStmtID()); in SimplifyCondGoto() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/ |
| D | lower.cpp | 282 int32 freq = mirModule.CurFunction()->GetFreqFromLastStmt(stmt->GetStmtID()); in FindTheCurrentStmtFreq() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/aarch64/ |
| D | aarch64_cgfunc.cpp | 7182 uint32 freq = 0; in MergeReturn() local
|