HomeSort by relevance Sort by last modified time
    Searched refs:RegionCounters (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CodeGenPGO.h 40 llvm::GlobalVariable *RegionCounters;
49 RegionCounters(nullptr), CurrentRegionCount(0) {}
CodeGenPGO.cpp 132 llvm::ConstantExpr::getBitCast(RegionCounters, Int64PtrTy)
149 RegionCounters->setVisibility(llvm::GlobalValue::HiddenVisibility);
158 if (!RegionCounters)
    [all...]

Completed in 52 milliseconds