Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDDependenceGraphBuilder.h147 virtual bool shouldSimplify() const { return true; } in shouldSimplify() function
HDDDG.h399 bool shouldSimplify() const final;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDDDG.cpp298 bool DDGBuilder::shouldSimplify() const { return SimplifyDDG; } in shouldSimplify() function in DDGBuilder
HDDependenceGraphBuilder.cpp379 if (!shouldSimplify()) in simplify()