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.h913 void SetFirstFreqMap(uint32 stmtID, uint32 freq) in SetFirstFreqMap() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/be/
Dlower.cpp353 func->SetFirstFreqMap(dassignTrue->GetStmtID(), fallthruStmtFreq); in LowerComplexSelect()
360 func->SetFirstFreqMap(regassignTrue->GetStmtID(), fallthruStmtFreq); in LowerComplexSelect()
375 func->SetFirstFreqMap(lableStmt->GetStmtID(), targetStmtFreq); in LowerComplexSelect()
394 func->SetFirstFreqMap(lableStmt->GetStmtID(), static_cast<uint32>(currentStmtFreq)); in LowerComplexSelect()