Searched defs:Simplifier (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonLoopIdiomRecognition.cpp | 167 struct Simplifier { struct 168 struct Rule { 175 void addRule(StringRef N, const Rule::FuncType &F) { in addRule() 180 struct WorkListType { 203 using ValueSetType = std::set<Value *>; 205 std::vector<Rule> Rules; 208 struct Context {
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | SimpleSValBuilder.cpp | 1270 class Simplifier : public FullSValVisitor<Simplifier, SVal> { in simplifySValOnce() class 1312 Simplifier(ProgramStateRef State) in simplifySValOnce() function in SimpleSValBuilder::simplifySValOnce::Simplifier
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULibCalls.cpp | 1711 AMDGPULibCalls Simplifier; in run() local 1740 AMDGPULibCalls Simplifier; in run() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCalls.cpp | 3967 LibCallSimplifier Simplifier(DL, &TLI, &DT, &DC, &AC, ORE, BFI, PSI, in tryOptimizeCall() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CodeGenPrepare.cpp | 2798 FortifiedLibCallSimplifier Simplifier(TLInfo, true); in optimizeCallInst() local
|