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

  /external/llvm/lib/Analysis/
ProfileInfoLoaderPass.cpp 97 void LoaderPass::readEdgeOrRemember(Edge edge, Edge &tocalc,
101 tocalc = edge;
126 Edge tocalc; local
127 if (CalculateMissingEdge(BB, tocalc)) {
128 SpanningTree.erase(tocalc);
ProfileInfo.cpp 493 ProfileInfo::Edge &tocalc, unsigned &uncalc) {
495 tocalc = edge;
    [all...]

Completed in 19 milliseconds