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

  /external/llvm/include/llvm/Analysis/
ProfileInfo.h 222 bool CalculateMissingEdge(const BType *BB, Edge &removed, bool assumeEmptyExit = false);
  /external/llvm/lib/Analysis/
ProfileInfoLoaderPass.cpp 127 if (CalculateMissingEdge(BB, tocalc)) {
ProfileInfo.cpp 505 CalculateMissingEdge(const BasicBlock *BB, Edge &removed,
730 if(CalculateMissingEdge(BB,e,true)) {
    [all...]

Completed in 3044 milliseconds