Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DSimplifyCFGPass.cpp202 struct CFGSimplifyPass : public FunctionPass { struct
203 static char ID; // Pass identification, replacement for typeid
204 unsigned BonusInstThreshold;
205 std::function<bool(const Function &)> PredicateFtor;
207 CFGSimplifyPass(int T = -1, in CFGSimplifyPass() argument
213 bool runOnFunction(Function &F) override { in runOnFunction()
224 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSimplifyCFGPass.cpp230 struct CFGSimplifyPass : public FunctionPass { struct
231 static char ID;
232 SimplifyCFGOptions Options;
233 std::function<bool(const Function &)> PredicateFtor;
235 CFGSimplifyPass(unsigned Threshold = 1, bool ForwardSwitchCond = false, in CFGSimplifyPass() argument
264 bool runOnFunction(Function &F) override { in runOnFunction()
272 void getAnalysisUsage(AnalysisUsage &AU) const override { in getAnalysisUsage()
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DSimplifyCFGPass.cpp43 struct CFGSimplifyPass : public FunctionPass { struct
44 static char ID; // Pass identification, replacement for typeid
45 CFGSimplifyPass() : FunctionPass(ID) { in CFGSimplifyPass() function