Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
DDependenceGraphBuilder.h147 virtual bool shouldSimplify() const { return true; } in shouldSimplify() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
DDDG.cpp299 bool DDGBuilder::shouldSimplify() const { return SimplifyDDG; } in shouldSimplify() function in DDGBuilder