Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPerfMonitor.cpp96 &CyclesInCurrentScopPtr); in addScopCounter()
181 Builder.CreateLoad(Int64Ty, this->CyclesInCurrentScopPtr, true); in AppendScopReporting()
293 Builder.CreateLoad(Int64Ty, CyclesInCurrentScopPtr, true); in insertRegionEnd()
295 Builder.CreateStore(CyclesInCurrentScop, CyclesInCurrentScopPtr, true); in insertRegionEnd()
/llvm-project-15.0.7/polly/include/polly/CodeGen/
H A DPerfMonitor.h55 llvm::Value *CyclesInCurrentScopPtr; variable