Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPerfMonitor.cpp180 Value *CyclesInCurrentScop = in AppendScopReporting() local
192 CyclesInCurrentScop, ", ", TripCountForCurrentScop, "\n"); in AppendScopReporting()
292 Value *CyclesInCurrentScop = in insertRegionEnd() local
294 CyclesInCurrentScop = Builder.CreateAdd(CyclesInCurrentScop, CyclesInScop); in insertRegionEnd()
295 Builder.CreateStore(CyclesInCurrentScop, CyclesInCurrentScopPtr, true); in insertRegionEnd()