Home
last modified time | relevance | path

Searched defs:commonEntry (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_pgo/src/
Dcfg_mst.cpp21 void CFGMST<Edge, BB>::BuildEdges(BB *commonEntry, BB *commonExit) in BuildEdges()
52 void CFGMST<Edge, BB>::ComputeMST(BB *commonEntry, BB *commonExit) in ComputeMST()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_pgo/include/
Dinstrument.h141 void PrepareInstrumentInfo(IRBB *commonEntry, IRBB *commmonExit) in PrepareInstrumentInfo()