Searched refs:DependenceAnalysis (Results 1 – 7 of 7) sorted by relevance
115 INITIALIZE_PASS_BEGIN(DependenceAnalysis, "da",120 INITIALIZE_PASS_END(DependenceAnalysis, "da",123 char DependenceAnalysis::ID = 0;127 return new DependenceAnalysis(); in createDependenceAnalysisPass()131 bool DependenceAnalysis::runOnFunction(Function &F) { in runOnFunction()140 void DependenceAnalysis::releaseMemory() { in releaseMemory()144 void DependenceAnalysis::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()158 DependenceAnalysis *DA) { in dumpExampleDependence()186 void DependenceAnalysis::print(raw_ostream &OS, const Module*) const { in print()187 dumpExampleDependence(OS, F, const_cast<DependenceAnalysis *>(this)); in print()[all …]
20 DependenceAnalysis.cpp
21 DependenceAnalysis.cpp \
206 friend class DependenceAnalysis; variable274 friend class DependenceAnalysis; variable280 class DependenceAnalysis : public FunctionPass {281 void operator=(const DependenceAnalysis &) LLVM_DELETED_FUNCTION;282 DependenceAnalysis(const DependenceAnalysis &) LLVM_DELETED_FUNCTION;918 DependenceAnalysis() : FunctionPass(ID) { in DependenceAnalysis() function
5 ; Don't crash inside DependenceAnalysis
765 AU.addPreserved<DependenceAnalysis>(); in getAnalysisUsage()
343 + DependenceAnalysis.cpp \