Home
last modified time | relevance | path

Searched defs:comp (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/compiler/
Dcompiler_logger.h48 static inline bool IsComponentEnabled(CompilerLoggerComponents comp) in IsComponentEnabled()
53 static void EnableComponent(CompilerLoggerComponents comp) in EnableComponent()
69 #define COMPILER_LOG(level, comp) \ argument
75 #define COMPILER_LOG(level, comp) \ argument
/arkcompiler/runtime_core/compiler/optimizer/optimizations/
Dadjust_arefs.cpp93 auto comp = [i](const Inst *i1) { return i1->IsDominate(i) && i != i1; }; in GetHeads() local
/arkcompiler/runtime_core/libark_defect_scan_aux/
Dabc_file.cpp155 …auto comp = [](size_t value, const panda_file::LineTableEntry &entry) { return value >= entry.offs… in GetLineNumberByInst() local