Searched defs:Counters (Results 1 - 8 of 8) sorted by relevance
/external/v8/test/cctest/ |
H A D | test-ast-expression-visitor.cc | 25 typedef std::map<AstNode::NodeType, int> Counters; typedef in class:__anon18853::NodeTypeCounter 27 NodeTypeCounter(Isolate* isolate, Expression* expr, Counters* counts) 36 Counters* counts_; 96 NodeTypeCounter::Counters counts;
|
/external/llvm/lib/Target/AMDGPU/ |
H A D | SIInsertWaits.cpp | 42 } Counters; typedef in namespace:__anon12502 50 typedef Counters RegCounters[512]; 62 static const Counters WaitCounts; 65 static const Counters ZeroCounts; 68 Counters WaitedOn; 71 Counters LastIssued; 88 Counters getHwCounts(MachineInstr &MI); 104 const Counters &Counts); 110 Counters handleOperands(MachineInstr &MI); 138 const Counters SIInsertWait [all...] |
/external/v8/src/ |
H A D | counters.cc | 63 Counters::Counters(Isolate* isolate) { function in class:v8::internal::Counters 145 void Counters::ResetCounters() { 177 void Counters::ResetHistograms() {
|
H A D | counters.h | 21 // counters for monitoring. Counters can be looked up and 1060 class Counters { class in namespace:v8::internal 1235 explicit Counters(Isolate* isolate); 1237 DISALLOW_IMPLICIT_CONSTRUCTORS(Counters);
|
/external/llvm/lib/Transforms/Instrumentation/ |
H A D | InstrProfiling.cpp | 225 GlobalVariable *Counters = getOrCreateRegionCounters(Inc); local 229 Value *Addr = Builder.CreateConstInBoundsGEP2_64(Counters, 0, Index);
|
H A D | GCOVProfiling.cpp | 597 GlobalVariable *Counters = local 602 CountersBySP.push_back(std::make_pair(Counters, SP)); 614 Value *Counter = Builder.CreateConstInBoundsGEP2_64(Counters, 0, 627 Value *Counter = Builder.CreateInBoundsGEP(Counters->getValueType(), 628 Counters, Idx); 644 buildEdgeLookupTable(F, Counters, 712 GlobalVariable *Counters, 737 Value *Counter = Builder.CreateConstInBoundsGEP2_64(Counters, 0, 710 buildEdgeLookupTable( Function *F, GlobalVariable *Counters, const UniqueVector<BasicBlock *> &Preds, const UniqueVector<BasicBlock *> &Succs) argument
|
/external/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 404 return getArraysOffset(Kind) + 5 * CollapsedNum; // Counters, 515 /// \brief Counters Loop counters. 516 SmallVector<Expr *, 4> Counters; member in struct:clang::OMPLoopDirective::HelperExprs 551 Counters.resize(Size); 557 Counters[i] = nullptr;
|
/external/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 1063 ArrayRef<Expr *> Counters, 1068 for (auto *E : Counters) { 1061 emitPrivateLoopCounters(CodeGenFunction &CGF, CodeGenFunction::OMPPrivateScope &LoopScope, ArrayRef<Expr *> Counters, ArrayRef<Expr *> PrivateCounters) argument
|
Completed in 178 milliseconds