Home
last modified time | relevance | path

Searched refs:GetPathWithNewEdges (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
DProfileInfo.h149 GetPathWithNewEdges = 8 enumerator
/external/llvm/lib/Analysis/
DProfileInfo.cpp261 if ((Mode & GetPathWithNewEdges) && (getEdgeWeight(e) != MissingValue)) continue; in GetPath()
897 Dest = GetPath(BB, *NBB, P, GetPathToDest | GetPathWithNewEdges); in repair()
929 const BasicBlock *Dest = GetPath(BB, 0, P, GetPathToExit | GetPathWithNewEdges); in repair()