• Home
  • Raw
  • Download

Lines Matching refs:Edge

75     Edge e = getEdge(0, BB);  in getExecutionCount()
102 Edge e = getEdge(BB,0); in getExecutionCount()
183 void ProfileInfoT<Function,BasicBlock>::addEdgeWeight(Edge e, double w) { in addEdgeWeight()
212 void ProfileInfoT<Function,BasicBlock>::removeEdge(Edge e) { in removeEdge()
223 replaceEdge(const Edge &oldedge, const Edge &newedge) { in replaceEdge()
260 Edge e = getEdge(BB,*Succ); in GetPath()
282 divertFlow(const Edge &oldedge, const Edge &newedge) { in divertFlow()
300 Edge e = getEdge(Parent,BB); in divertFlow()
325 Edge e, newedge; in replaceAllUses()
352 Edge newedge = getEdge(DestBB, DestBB); in replaceAllUses()
376 Edge e = getEdge(FirstBB, SecondBB); in splitEdge()
377 Edge n1 = getEdge(FirstBB, NewBB); in splitEdge()
378 Edge n2 = getEdge(NewBB, SecondBB); in splitEdge()
421 std::set<Edge> Edges; in splitBlock()
424 Edge old = ewi->first; in splitBlock()
429 for (std::set<Edge>::iterator EI = Edges.begin(), EE = Edges.end(); in splitBlock()
431 Edge newedge = getEdge(New, EI->second); in splitBlock()
462 Edge oldedge = getEdge(Pred, BB); in splitBlock()
463 Edge newedge = getEdge(Pred, NewBB); in splitBlock()
472 Edge newedge = getEdge(NewBB,BB); in splitBlock()
492 static double readEdgeOrRemember(ProfileInfo::Edge edge, double w, in readEdgeOrRemember()
493 ProfileInfo::Edge &tocalc, unsigned &uncalc) { in readEdgeOrRemember()
505 CalculateMissingEdge(const BasicBlock *BB, Edge &removed, in CalculateMissingEdge()
507 Edge edgetocalc; in CalculateMissingEdge()
516 Edge e = getEdge(0,BB); in CalculateMissingEdge()
521 Edge e = getEdge(*bbi,BB); in CalculateMissingEdge()
530 Edge e = getEdge(BB,0); in CalculateMissingEdge()
542 Edge e = getEdge(BB,*sbbi); in CalculateMissingEdge()
572 static void readEdge(ProfileInfo *PI, ProfileInfo::Edge e, double &calcw, std::set<ProfileInfo::Edg… in readEdge()
584 std::set<Edge> inMissing; in EstimateMissingEdges()
597 std::set<Edge> outMissing; in EstimateMissingEdges()
609 std::set<Edge>::iterator ei,ee; in EstimateMissingEdges()
665 std::set<Edge> ReturnEdges; in repair()
683 Edge e = getEdge(BB,0); in repair()
715 Edge e = *ReturnEdges.begin(); in repair()
729 Edge e; in repair()
784 Edge e = getEdge(*NBB, BB); in repair()
806 Edge e = getEdge(BB, *NBB); in repair()
821 Edge e = getEdge(BB, *NBB); in repair()
843 Edge e = getEdge(P[Dest],Dest); in repair()
867 Edge e = getEdge(BB,BB); in repair()
874 Edge e = getEdge(*NBB, BB); in repair()
904 Edge e = getEdge(Dest,BB); in repair()
911 Edge e = getEdge(P[Dest], Dest); in repair()
940 Edge e = getEdge(*NBB, BB); in repair()
948 Edge e = getEdge(P[Dest], Dest); in repair()
969 Edge e = getEdge(*NBB,BB); in repair()
996 Edge e = EI->first; in repair()