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

  /external/llvm/lib/Analysis/
ProfileEstimatorPass.cpp 239 const BasicBlock *Dest = GetPath(BB, (*ei).first, p, GetPathToDest);
378 const BasicBlock *Dest = GetPath(BB, *bbi, P, GetPathToDest);
ProfileInfo.cpp 264 if ((Mode & GetPathToDest) && *Succ == Dest) {
294 const BasicBlock *BB = GetPath(newedge.second,oldedge.second,P,GetPathToExit | GetPathToDest);
897 Dest = GetPath(BB, *NBB, P, GetPathToDest | GetPathWithNewEdges);
    [all...]
  /external/llvm/include/llvm/Analysis/
ProfileInfo.h 149 GetPathToDest = 4,

Completed in 64 milliseconds