Searched refs:DependenceAnalysis (Results 1 – 9 of 9) sorted by relevance
117 INITIALIZE_PASS_BEGIN(DependenceAnalysis, "da",122 INITIALIZE_PASS_END(DependenceAnalysis, "da",125 char DependenceAnalysis::ID = 0;129 return new DependenceAnalysis(); in createDependenceAnalysisPass()133 bool DependenceAnalysis::runOnFunction(Function &F) { in runOnFunction()142 void DependenceAnalysis::releaseMemory() { in releaseMemory()146 void DependenceAnalysis::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()160 DependenceAnalysis *DA) { in dumpExampleDependence()187 void DependenceAnalysis::print(raw_ostream &OS, const Module*) const { in print()188 dumpExampleDependence(OS, F, const_cast<DependenceAnalysis *>(this)); in print()[all …]
22 DependenceAnalysis.cpp
24 DependenceAnalysis.cpp \
206 friend class DependenceAnalysis; variable271 friend class DependenceAnalysis; variable277 class DependenceAnalysis : public FunctionPass {278 void operator=(const DependenceAnalysis &) = delete;279 DependenceAnalysis(const DependenceAnalysis &) = delete;921 DependenceAnalysis() : FunctionPass(ID) { in DependenceAnalysis() function
5 ; Don't crash inside DependenceAnalysis
74 DependenceAnalysis *DA) { in populateDependencyMatrix()413 DependenceAnalysis *DA;425 AU.addRequired<DependenceAnalysis>(); in getAnalysisUsage()433 DA = &getAnalysis<DependenceAnalysis>(); in runOnFunction()1144 INITIALIZE_PASS_DEPENDENCY(DependenceAnalysis) in INITIALIZE_AG_DEPENDENCY()
13 ; other subscript. DependenceAnalysis before the fix crashed due to this
774 AU.addPreserved<DependenceAnalysis>(); in getAnalysisUsage()
343 + DependenceAnalysis.cpp \