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

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Analysis/
H A DProfileInfo.h149 GetPathWithNewEdges = 8 enumerator in enum:llvm::ProfileInfoT::GetPathMode
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DProfileInfo.cpp261 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);

Completed in 109 milliseconds