Home
last modified time | relevance | path

Searched refs:CounterTy (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp887 ArrayType *CounterTy = ArrayType::get(Type::getInt64Ty(Ctx), NumCounters); in getOrCreateRegionCounters() local
891 new GlobalVariable(*M, CounterTy, false, Linkage, in getOrCreateRegionCounters()
892 Constant::getNullValue(CounterTy), CntsVarName); in getOrCreateRegionCounters()
DGCOVProfiling.cpp958 ArrayType *CounterTy = ArrayType::get(Type::getInt64Ty(*Ctx), Measured); in emitProfileNotes() local
960 *M, CounterTy, false, GlobalValue::InternalLinkage, in emitProfileNotes()
961 Constant::getNullValue(CounterTy), "__llvm_gcov_ctr"); in emitProfileNotes()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp5462 QualType CounterTy = LIVDecl->getType(); in ActOnOpenMPCanonicalLoop() local
5512 if (CounterTy->isIntegerType()) { in ActOnOpenMPCanonicalLoop()
5513 unsigned BitWidth = Ctx.getIntWidth(CounterTy); in ActOnOpenMPCanonicalLoop()