Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DUnifyLoopExits.cpp40 struct UnifyLoopExitsLegacyPass : public FunctionPass { struct
41 static char ID;
42 UnifyLoopExitsLegacyPass() : FunctionPass(ID) { in UnifyLoopExitsLegacyPass() argument
46 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()