Home
last modified time | relevance | path

Searched refs:SetFirstFreqMap (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_function.h908 void SetFirstFreqMap(uint32 stmtID, uint32 freq) in SetFirstFreqMap() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp338 func->SetFirstFreqMap(dassignTrue->GetStmtID(), fallthruStmtFreq); in LowerComplexSelect()
345 func->SetFirstFreqMap(regassignTrue->GetStmtID(), fallthruStmtFreq); in LowerComplexSelect()
360 func->SetFirstFreqMap(lableStmt->GetStmtID(), targetStmtFreq); in LowerComplexSelect()
379 func->SetFirstFreqMap(lableStmt->GetStmtID(), static_cast<uint32>(currentStmtFreq)); in LowerComplexSelect()