Home
last modified time | relevance | path

Searched defs:Pass (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ts2panda/src/
Dpass.ts18 export interface Pass { interface
/arkcompiler/runtime_core/compiler/optimizer/
Dpass_manager_statistics.h24 class Pass; variable
Dpass.h27 explicit Pass(Graph *graph) : graph_(graph) {} in Pass() function
Dpass_manager.h28 class Pass; variable