Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Analysis/
DProfileInfo.cpp253 if (Mode & GetPathToExit) { in GetPath()
294 const BasicBlock *BB = GetPath(newedge.second,oldedge.second,P,GetPathToExit | GetPathToDest); in divertFlow()
754 GetPath(*Succ, 0, P, GetPathToExit); in repair()
929 const BasicBlock *Dest = GetPath(BB, 0, P, GetPathToExit | GetPathWithNewEdges); in repair()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DProfileInfo.h147 GetPathToExit = 1, enumerator