Home
last modified time | relevance | path

Searched refs:ReturnFromFinal (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPerfMonitor.cpp120 static ReturnInst *ReturnFromFinal = nullptr; variable
163 ReturnFromFinal = Builder.CreateRetVoid(); in insertFinalReporting()
173 assert(ReturnFromFinal && "Expected ReturnFromFinal to be initialized by " in AppendScopReporting()
177 ReturnFromFinal->eraseFromParent(); in AppendScopReporting()
194 ReturnFromFinal = Builder.CreateRetVoid(); in AppendScopReporting()