HomeSort by: relevance | last modified time | path
    Searched refs:FindFunctionBackedges (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
CFG.h 35 void FindFunctionBackedges(
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
CFG.cpp 29 /// FindFunctionBackedges - Analyze the specified function to find all of the
34 void llvm::FindFunctionBackedges(const Function &F,
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
SpeculateAnalyses.cpp 246 llvm::FindFunctionBackedges(F, BackEdgesInfo);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
SimplifyCFGPass.cpp 204 FindFunctionBackedges(F, Edges);
JumpThreading.cpp 612 FindFunctionBackedges(F, Edges);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
FunctionAttrs.cpp 1452 FindFunctionBackedges(F, Backedges);

Completed in 40 milliseconds