HomeSort by: relevance | last modified time | path
    Searched defs:DependenceAnalysisWrapperPass (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DependenceAnalysis.h 979 class DependenceAnalysisWrapperPass : public FunctionPass {
982 DependenceAnalysisWrapperPass();
992 }; // class DependenceAnalysisWrapperPass
DependenceAnalysis.h 979 class DependenceAnalysisWrapperPass : public FunctionPass {
982 DependenceAnalysisWrapperPass();
992 }; // class DependenceAnalysisWrapperPass
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
DependenceAnalysis.cpp 135 INITIALIZE_PASS_BEGIN(DependenceAnalysisWrapperPass, "da",
140 INITIALIZE_PASS_END(DependenceAnalysisWrapperPass, "da", "Dependence Analysis",
143 char DependenceAnalysisWrapperPass::ID = 0;
145 DependenceAnalysisWrapperPass::DependenceAnalysisWrapperPass()
151 return new DependenceAnalysisWrapperPass();
154 bool DependenceAnalysisWrapperPass::runOnFunction(Function &F) {
162 DependenceInfo &DependenceAnalysisWrapperPass::getDI() const { return *info; }
164 void DependenceAnalysisWrapperPass::releaseMemory() { info.reset(); }
166 void DependenceAnalysisWrapperPass::getAnalysisUsage(AnalysisUsage &AU) const
    [all...]
DependenceAnalysis.cpp 135 INITIALIZE_PASS_BEGIN(DependenceAnalysisWrapperPass, "da",
140 INITIALIZE_PASS_END(DependenceAnalysisWrapperPass, "da", "Dependence Analysis",
143 char DependenceAnalysisWrapperPass::ID = 0;
145 DependenceAnalysisWrapperPass::DependenceAnalysisWrapperPass()
151 return new DependenceAnalysisWrapperPass();
154 bool DependenceAnalysisWrapperPass::runOnFunction(Function &F) {
162 DependenceInfo &DependenceAnalysisWrapperPass::getDI() const { return *info; }
164 void DependenceAnalysisWrapperPass::releaseMemory() { info.reset(); }
166 void DependenceAnalysisWrapperPass::getAnalysisUsage(AnalysisUsage &AU) const
    [all...]

Completed in 81 milliseconds