Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPerfMonitor.cpp99 &TripCountForCurrentScopPtr); in addScopCounter()
184 Builder.CreateLoad(Int64Ty, this->TripCountForCurrentScopPtr, true); in AppendScopReporting()
298 Builder.CreateLoad(Int64Ty, TripCountForCurrentScopPtr, true); in insertRegionEnd()
301 Builder.CreateStore(TripCountForCurrentScop, TripCountForCurrentScopPtr, in insertRegionEnd()
/llvm-project-15.0.7/polly/include/polly/CodeGen/
H A DPerfMonitor.h58 llvm::Value *TripCountForCurrentScopPtr; variable