Searched defs:Simplifier (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonLoopIdiomRecognition.cpp | 177 struct Simplifier { struct 178 struct Rule { 185 void addRule(StringRef N, const Rule::FuncType &F) { in addRule() 190 struct WorkListType { 213 using ValueSetType = std::set<Value *>; 215 std::vector<Rule> Rules; 218 struct Context {
|
| /src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | SimpleSValBuilder.cpp | 1267 class Simplifier : public FullSValVisitor<Simplifier, SVal> { in simplifySValOnce() class 1309 Simplifier(ProgramStateRef State) in simplifySValOnce() function in SimpleSValBuilder::simplifySValOnce::Simplifier
|
| /src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULibCalls.cpp | 1708 AMDGPULibCalls Simplifier; in run() local 1737 AMDGPULibCalls Simplifier; in run() local
|
| /src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 3682 LibCallSimplifier Simplifier(DL, &TLI, &AC, ORE, BFI, PSI, InstCombineRAUW, in tryOptimizeCall() local
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 2550 FortifiedLibCallSimplifier Simplifier(TLInfo, true); in optimizeCallInst() local
|