Home
last modified time | relevance | path

Searched refs:CompilationResult (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/irtoc/backend/
H A Dfunction.cpp73 compilationResult_ = CompilationResult::ARK; in Compile()
86 ASSERT(compilationResult_ != CompilationResult::INVALID); in Compile()
92 auto result = CompilationResult::INVALID; in RunOptimizations()
113 ASSERT(result == CompilationResult::LLVM || result == CompilationResult::ARK_BECAUSE_SKIP || in RunOptimizations()
114 result == CompilationResult::ARK_BECAUSE_FALLBACK); in RunOptimizations()
116 result = CompilationResult::ARK; in RunOptimizations()
118 if (result == CompilationResult::LLVM) { in RunOptimizations()
139 CompilationResult Function::CompileByLLVM() in CompileByLLVM()
145 return CompilationResult in CompileByLLVM()
[all...]
H A Dfunction.h32 enum class CompilationResult { class
71 using Result = Expected<CompilationResult, const char *>;
192 return compilationResult_ == CompilationResult::LLVM; in IsCompiledByLlvm()
195 CompilationResult GetCompilationResult() in GetCompilationResult()
230 CompilationResult CompileByLLVM();
264 CompilationResult compilationResult_ {CompilationResult::INVALID};
H A Dcompilation.cpp140 unit->GetCompilationResult() != CompilationResult::ARK) { in CollectUsedRegisters()

Completed in 2 milliseconds