Searched refs:TryRegisterGlobal (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/polly/lib/CodeGen/ |
| H A D | PerfMonitor.cpp | 72 static void TryRegisterGlobal(Module *M, const char *Name, in TryRegisterGlobal() function 95 TryRegisterGlobal(M, (varname + "_cycles").c_str(), Builder.getInt64(0), in addScopCounter() 98 TryRegisterGlobal(M, (varname + "_trip_count").c_str(), Builder.getInt64(0), in addScopCounter() 103 TryRegisterGlobal(M, "__polly_perf_cycles_total_start", Builder.getInt64(0), in addGlobalVariables() 106 TryRegisterGlobal(M, "__polly_perf_initialized", Builder.getInt1(false), in addGlobalVariables() 109 TryRegisterGlobal(M, "__polly_perf_cycles_in_scops", Builder.getInt64(0), in addGlobalVariables() 112 TryRegisterGlobal(M, "__polly_perf_cycles_in_scop_start", Builder.getInt64(0), in addGlobalVariables()
|