Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DSimplifyInstructions.cpp85 struct InstSimplifier : public FunctionPass { struct
86 static char ID; // Pass identification, replacement for typeid
87 InstSimplifier() : FunctionPass(ID) { in InstSimplifier() function
91 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
98 bool runOnFunction(Function &F) override { in runOnFunction()