Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceGraphBuilder.h148 virtual bool shouldSimplify() const { return true; } in shouldSimplify() function
H A DDDG.h401 bool shouldSimplify() const final;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDDG.cpp299 bool DDGBuilder::shouldSimplify() const { return SimplifyDDG; } in shouldSimplify() function in DDGBuilder
H A DDependenceGraphBuilder.cpp377 if (!shouldSimplify()) in simplify()