Searched refs:Counters (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DProfileInfoLoaderPass.cpp158 std::vector<unsigned> Counters = PIL.getRawEdgeCounts(); local
159 if (Counters.size() > 0) {
164 readEdge(getEdge(0,&F->getEntryBlock()), Counters);
168 readEdge(getEdge(BB,TI->getSuccessor(s)), Counters); local
172 if (ReadCount != Counters.size()) {
179 Counters = PIL.getRawOptimalEdgeCounts();
180 if (Counters.size() > 0) {
185 readEdge(getEdge(0,&F->getEntryBlock()), Counters);
189 readEdge(getEdge(BB,0), Counters); local
192 readEdge(getEdge(BB,TI->getSuccessor(s)), Counters); local
[all...]
H A DProfileDataLoaderPass.cpp95 ArrayRef<unsigned> Counters) {
96 if (ReadCount >= Counters.size()) return;
98 unsigned weight = Counters[ReadCount];
109 ArrayRef<unsigned> Counters) {
110 if (Counters.size() == 0) return 0;
117 readEdge(ReadCount++, PB, PB.getEdge(0, &F->getEntryBlock()), Counters);
122 Counters);
175 ArrayRef<unsigned> Counters = PDL.getRawEdgeCounts(); local
177 unsigned ReadCount = matchEdges(M, PB, Counters);
179 if (ReadCount != Counters
93 readEdge(unsigned ReadCount, ProfileData &PB, ProfileData::Edge e, ArrayRef<unsigned> Counters) argument
108 matchEdges(Module &M, ProfileData &PB, ArrayRef<unsigned> Counters) argument
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Instrumentation/
H A DEdgeProfiling.cpp78 GlobalVariable *Counters = local
88 IncrementCounterInBlock(&F->getEntryBlock(), i++, Counters);
104 IncrementCounterInBlock(BB, i++, Counters, false);
107 IncrementCounterInBlock(TI->getSuccessor(s), i++, Counters);
114 InsertProfilingInitCall(Main, "llvm_start_edge_profiling", Counters);
H A DOptimalEdgeProfiling.cpp117 GlobalVariable *Counters = local
153 IncrementCounterInBlock(entry, i, Counters); ++NumEdgesInserted;
176 IncrementCounterInBlock(BB, i, Counters); ++NumEdgesInserted;
199 IncrementCounterInBlock(BB, i, Counters); ++NumEdgesInserted;
203 IncrementCounterInBlock(Succ, i, Counters); ++NumEdgesInserted;
219 Counters->setInitializer(init);
222 InsertProfilingInitCall(Main, "llvm_start_opt_edge_profiling", Counters);
H A DGCOVProfiling.cpp447 GlobalVariable *Counters = local
452 CountersBySP.push_back(std::make_pair(Counters, (MDNode*)SP));
465 Value *Counter = Builder.CreateConstInBoundsGEP2_64(Counters, 0,
479 Value *Counter = Builder.CreateInBoundsGEP(Counters, Idx);
495 buildEdgeLookupTable(F, Counters,
535 GlobalVariable *Counters,
560 Value *Counter = builder.CreateConstInBoundsGEP2_64(Counters, 0,
533 buildEdgeLookupTable( Function *F, GlobalVariable *Counters, const UniqueVector<BasicBlock *> &Preds, const UniqueVector<BasicBlock *> &Succs) argument
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dnqc.vim157 " Counters -------------------------------------------

Completed in 176 milliseconds