Searched refs:GetPathToDest (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ProfileEstimatorPass.cpp | 239 const BasicBlock *Dest = GetPath(BB, (*ei).first, p, GetPathToDest); in recurseBasicBlock() 378 const BasicBlock *Dest = GetPath(BB, *bbi, P, GetPathToDest); in runOnFunction()
|
D | ProfileInfo.cpp | 264 if ((Mode & GetPathToDest) && *Succ == Dest) { in GetPath() 294 const BasicBlock *BB = GetPath(newedge.second,oldedge.second,P,GetPathToExit | GetPathToDest); in divertFlow() 897 Dest = GetPath(BB, *NBB, P, GetPathToDest | GetPathWithNewEdges); in repair()
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | ProfileInfo.h | 149 GetPathToDest = 4, enumerator
|