Home
last modified time | relevance | path

Searched refs:shouldSimplify (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDependenceGraphBuilder.h147 virtual bool shouldSimplify() const { return true; } in shouldSimplify() function
H A DDDG.h410 bool shouldSimplify() const final override;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDDG.cpp300 bool DDGBuilder::shouldSimplify() const { return SimplifyDDG; } in shouldSimplify() function in DDGBuilder
H A DDependenceGraphBuilder.cpp378 if (!shouldSimplify()) in simplify()