Home
last modified time | relevance | path

Searched defs:LoopExtractor (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp39 struct LoopExtractor : public LoopPass { struct
40 static char ID; // Pass identification, replacement for typeid
41 unsigned NumLoops;
43 explicit LoopExtractor(unsigned numLoops = ~0) in LoopExtractor() function
50 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp58 struct LoopExtractor { struct
59 explicit LoopExtractor( in LoopExtractor() argument
71 unsigned NumLoops;
73 function_ref<DominatorTree &(Function &)> LookupDomTree;
74 function_ref<LoopInfo &(Function &)> LookupLoopInfo;
75 function_ref<AssumptionCache *(Function &)> LookupAssumptionCache;
/aosp_15_r20/external/llvm/lib/Transforms/IPO/
H A DLoopExtractor.cpp37 struct LoopExtractor : public LoopPass { struct
38 static char ID; // Pass identification, replacement for typeid
39 unsigned NumLoops;
41 explicit LoopExtractor(unsigned numLoops = ~0) in LoopExtractor() function
48 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()