Home
last modified time | relevance | path

Searched refs:DependenceInfo (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp122 return DependenceInfo(&F, &AA, &SE, &LI); in run()
145 info.reset(new DependenceInfo(&F, &AA, &SE, &LI)); in runOnFunction()
149 DependenceInfo &DependenceAnalysisWrapperPass::getDI() const { return *info; } in getDI()
165 static void dumpExampleDependence(raw_ostream &OS, DependenceInfo *DA) { in dumpExampleDependence()
299 const SCEV *DependenceInfo::Constraint::getX() const { in getX()
307 const SCEV *DependenceInfo::Constraint::getY() const { in getY()
315 const SCEV *DependenceInfo::Constraint::getA() const { in getA()
324 const SCEV *DependenceInfo::Constraint::getB() const { in getB()
333 const SCEV *DependenceInfo::Constraint::getC() const { in getC()
342 const SCEV *DependenceInfo::Constraint::getD() const { in getD()
[all …]
/external/llvm/include/llvm/Analysis/
DDependenceAnalysis.h209 friend class DependenceInfo; variable
277 friend class DependenceInfo; variable
282 class DependenceInfo {
284 DependenceInfo(Function *F, AliasAnalysis *AA, ScalarEvolution *SE, in DependenceInfo() function
930 typedef DependenceInfo Result;
951 DependenceInfo &getDI() const;
954 std::unique_ptr<DependenceInfo> info;
/external/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp74 Loop *L, DependenceInfo *DI) { in populateDependencyMatrix()
429 DependenceInfo *DI;