Home
last modified time | relevance | path

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

/external/llvm-project/polly/lib/CodeGen/
DPerfMonitor.cpp120 static ReturnInst *ReturnFromFinal = nullptr; variable
162 ReturnFromFinal = Builder.CreateRetVoid(); in insertFinalReporting()
172 assert(ReturnFromFinal && "Expected ReturnFromFinal to be initialized by " in AppendScopReporting()
176 ReturnFromFinal->eraseFromParent(); in AppendScopReporting()
192 ReturnFromFinal = Builder.CreateRetVoid(); in AppendScopReporting()