Searched refs:RegionCounters (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCodeGenPGO.h40 llvm::GlobalVariable *RegionCounters; member in class:clang::CodeGen::CodeGenPGO
49 RegionCounters(nullptr), CurrentRegionCount(0) {}
H A DCodeGenPGO.cpp132 llvm::ConstantExpr::getBitCast(RegionCounters, Int64PtrTy)
149 RegionCounters->setVisibility(llvm::GlobalValue::HiddenVisibility);
158 if (!RegionCounters)
898 RegionCounters =
902 RegionCounters->setAlignment(8);
903 RegionCounters->setSection(getCountersSection(CGM));
907 if (!RegionCounters)
910 Builder.CreateConstInBoundsGEP2_64(RegionCounters, 0, Counter);
935 RegionCounters = nullptr;

Completed in 2432 milliseconds