Home
last modified time | relevance | path

Searched defs:LoopSimplify (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp755 struct LoopSimplify : public FunctionPass { struct
756 static char ID; // Pass identification, replacement for typeid
757 LoopSimplify() : FunctionPass(ID) { in LoopSimplify() function
763 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonVectorLoopCarriedReuse.cpp218 INITIALIZE_PASS_DEPENDENCY(LoopSimplify) in INITIALIZE_PASS_DEPENDENCY() argument