Searched refs:readEdge (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ProfileInfoLoaderPass.cpp | 65 virtual void readEdge(ProfileInfo::Edge, std::vector<unsigned>&); 132 void LoaderPass::readEdge(ProfileInfo::Edge e, in readEdge() function in LoaderPass 164 readEdge(getEdge(0,&F->getEntryBlock()), Counters); in runOnModule() 168 readEdge(getEdge(BB,TI->getSuccessor(s)), Counters); in runOnModule() 185 readEdge(getEdge(0,&F->getEntryBlock()), Counters); in runOnModule() 189 readEdge(getEdge(BB,0), Counters); in runOnModule() 192 readEdge(getEdge(BB,TI->getSuccessor(s)), Counters); in runOnModule()
|
D | ProfileInfo.cpp | 572 static void readEdge(ProfileInfo *PI, ProfileInfo::Edge e, double &calcw, std::set<ProfileInfo::Edg… in readEdge() function 588 readEdge(this,getEdge(0,BB),inWeight,inMissing); in EstimateMissingEdges() 592 readEdge(this,getEdge(*bbi,BB),inWeight,inMissing); in EstimateMissingEdges() 601 readEdge(this,getEdge(BB,0),outWeight,outMissing); in EstimateMissingEdges() 604 readEdge(this,getEdge(BB,*sbbi),outWeight,outMissing); in EstimateMissingEdges()
|