Home
last modified time | relevance | path

Searched defs:Counters (Results 1 – 8 of 8) sorted by relevance

/minix3/sys/external/bsd/compiler_rt/dist/lib/profile/
H A DInstrProfiling.h37 uint64_t *const Counters; member
H A DPGOProfiling.c37 uint64_t *Counters) { in llvm_pgo_emit()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp144 GlobalVariable *Counters = getOrCreateRegionCounters(Inc); in lowerIncrement() local
207 auto *Counters = new GlobalVariable(*M, CounterTy, false, Name->getLinkage(), in getOrCreateRegionCounters() local
H A DGCOVProfiling.cpp605 GlobalVariable *Counters = in emitProfileArcs() local
719 GlobalVariable *Counters, in buildEdgeLookupTable()
/minix3/external/bsd/llvm/dist/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp77 ArrayRef<uint64_t> Counters) { in addFunctionCounts()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DSIInsertWaits.cpp42 } Counters; typedef
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp388 ArrayRef<Expr *> Counters) { in EmitPrivateLoopCounters()
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DStmtOpenMP.h440 SmallVector<Expr *, 4> Counters; member