Searched refs:CounterTy (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| D | InstrProfiling.cpp | 887 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()
|
| D | GCOVProfiling.cpp | 958 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/ |
| D | SemaOpenMP.cpp | 5462 QualType CounterTy = LIVDecl->getType(); in ActOnOpenMPCanonicalLoop() local 5512 if (CounterTy->isIntegerType()) { in ActOnOpenMPCanonicalLoop() 5513 unsigned BitWidth = Ctx.getIntWidth(CounterTy); in ActOnOpenMPCanonicalLoop()
|