Searched refs:CyclesInCurrentScopPtr (Results 1 – 2 of 2) sorted by relevance
96 &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()
55 llvm::Value *CyclesInCurrentScopPtr; variable