Home
last modified time | relevance | path

Searched refs:LoopExtractor (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/lib/Transforms/IPO/
HDLoopExtractor.cpp37 struct LoopExtractor : public LoopPass { struct
41 explicit LoopExtractor(unsigned numLoops = ~0) in LoopExtractor() function
56 char LoopExtractor::ID = 0;
57 INITIALIZE_PASS_BEGIN(LoopExtractor, "loop-extract",
62 INITIALIZE_PASS_END(LoopExtractor, "loop-extract",
67 struct SingleLoopExtractor : public LoopExtractor {
69 SingleLoopExtractor() : LoopExtractor(1) {} in SingleLoopExtractor()
80 Pass *llvm::createLoopExtractorPass() { return new LoopExtractor(); } in createLoopExtractorPass()
82 bool LoopExtractor::runOnLoop(Loop *L, LPPassManager &LPM) { in runOnLoop()
/NextBSD/lib/clang/libllvmipo/
HDMakefile22 LoopExtractor.cpp \