HomeSort by relevance Sort by last modified time
    Searched refs:readEdge (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Analysis/
ProfileInfoLoaderPass.cpp 65 virtual void readEdge(ProfileInfo::Edge, std::vector<unsigned>&);
132 void LoaderPass::readEdge(ProfileInfo::Edge e,
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);
ProfileDataLoaderPass.cpp 65 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,
117 readEdge(ReadCount++, PB, PB.getEdge(0, &F->getEntryBlock()), Counters);
121 readEdge(ReadCount++, PB, PB.getEdge(BB,TI->getSuccessor(s)),
ProfileInfo.cpp 572 static void readEdge(ProfileInfo *PI, ProfileInfo::Edge e, double &calcw, std::set<ProfileInfo::Edge> &misscount) {
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);
    [all...]

Completed in 274 milliseconds