Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp870 ArrayType *CounterTy = ArrayType::get(Type::getInt64Ty(Ctx), NumCounters); in getOrCreateRegionCounters() local
874 new GlobalVariable(*M, CounterTy, false, Linkage, in getOrCreateRegionCounters()
875 Constant::getNullValue(CounterTy), in getOrCreateRegionCounters()
H A DGCOVProfiling.cpp956 ArrayType *CounterTy = ArrayType::get(Type::getInt64Ty(*Ctx), Measured); in emitProfileNotes() local
958 *M, CounterTy, false, GlobalValue::InternalLinkage, in emitProfileNotes()
959 Constant::getNullValue(CounterTy), "__llvm_gcov_ctr"); in emitProfileNotes()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp5451 QualType CounterTy = LIVDecl->getType(); in ActOnOpenMPCanonicalLoop() local
5501 if (CounterTy->isIntegerType()) { in ActOnOpenMPCanonicalLoop()
5502 unsigned BitWidth = Ctx.getIntWidth(CounterTy); in ActOnOpenMPCanonicalLoop()