Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DProfileInfo.h148 GetPathToValue = 2, enumerator
/external/swiftshader/third_party/LLVM/lib/Analysis/
DProfileInfo.cpp269 if ((Mode & GetPathToValue) && (getExecutionCount(*Succ) != MissingValue)) { in GetPath()
776 const BasicBlock *Dest = GetPath(BB, 0, P, GetPathToValue); in repair()