Searched refs:readEdge (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DProfileInfoLoaderPass.cpp65 virtual void readEdge(ProfileInfo::Edge, std::vector<unsigned>&);
132 void LoaderPass::readEdge(ProfileInfo::Edge e, function in class:LoaderPass
164 readEdge(getEdge(0,&F->getEntryBlock()), Counters);
168 readEdge(getEdge(BB,TI->getSuccessor(s)), Counters);
185 readEdge(getEdge(0,&F->getEntryBlock()), Counters);
189 readEdge(getEdge(BB,0), Counters);
192 readEdge(getEdge(BB,TI->getSuccessor(s)), Counters);
H A DProfileDataLoaderPass.cpp65 virtual void readEdge(unsigned, ProfileData&, ProfileData::Edge,
92 /// readEdge - Take the value from a profile counter and assign it to an edge.
93 void ProfileMetadataLoaderPass::readEdge(unsigned ReadCount, function in class:ProfileMetadataLoaderPass
117 readEdge(ReadCount++, PB, PB.getEdge(0, &F->getEntryBlock()), Counters);
121 readEdge(ReadCount++, PB, PB.getEdge(BB,TI->getSuccessor(s)),
H A DProfileInfo.cpp572 static void readEdge(ProfileInfo *PI, ProfileInfo::Edge e, double &calcw, std::set<ProfileInfo::Edge> &misscount) { function in namespace:llvm
588 readEdge(this,getEdge(0,BB),inWeight,inMissing);
592 readEdge(this,getEdge(*bbi,BB),inWeight,inMissing);
601 readEdge(this,getEdge(BB,0),outWeight,outMissing);
604 readEdge(this,getEdge(BB,*sbbi),outWeight,outMissing);

Completed in 67 milliseconds