HomeSort by relevance Sort by last modified time
    Searched refs:GetPathToExit (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Analysis/
ProfileInfo.h 146 GetPathToExit = 1,
  /external/llvm/lib/Analysis/
ProfileInfo.cpp 253 if (Mode & GetPathToExit) {
294 const BasicBlock *BB = GetPath(newedge.second,oldedge.second,P,GetPathToExit | GetPathToDest);
754 GetPath(*Succ, 0, P, GetPathToExit);
929 const BasicBlock *Dest = GetPath(BB, 0, P, GetPathToExit | GetPathWithNewEdges);
    [all...]

Completed in 183 milliseconds