Home
last modified time | relevance | path

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

/llvm-project-15.0.7/polly/lib/CodeGen/
H A DPerfMonitor.cpp113 &CyclesInScopStartPtr); in addGlobalVariables()
273 Builder.CreateStore(CurrentCycles, CyclesInScopStartPtr, true); in insertRegionStart()
284 Builder.CreateLoad(Int64Ty, CyclesInScopStartPtr, true); in insertRegionEnd()
/llvm-project-15.0.7/polly/include/polly/CodeGen/
H A DPerfMonitor.h64 llvm::Value *CyclesInScopStartPtr; variable