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

  /external/llvm/include/llvm/Analysis/
ProfileInfo.h 149 GetPathWithNewEdges = 8
  /external/llvm/lib/Analysis/
ProfileInfo.cpp 261 if ((Mode & GetPathWithNewEdges) && (getEdgeWeight(e) != MissingValue)) continue;
897 Dest = GetPath(BB, *NBB, P, GetPathToDest | GetPathWithNewEdges);
929 const BasicBlock *Dest = GetPath(BB, 0, P, GetPathToExit | GetPathWithNewEdges);
    [all...]

Completed in 1849 milliseconds