Searched refs:RuleTy (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopInterchange.cpp | 77 enum class RuleTy { enum 96 static cl::list<RuleTy> Profitabilities( 101 cl::list_init<RuleTy>({RuleTy::PerLoopCacheAnalysis, 102 RuleTy::PerInstrOrderCost, 103 RuleTy::ForVectorization}), 104 cl::values(clEnumValN(RuleTy::PerLoopCacheAnalysis, "cache", 106 clEnumValN(RuleTy::PerInstrOrderCost, "instorder", 108 clEnumValN(RuleTy::ForVectorization, "vectorize", 112 static bool noDuplicateRules(ArrayRef<RuleTy> Rules) { in noDuplicateRules() 113 SmallSet<RuleTy, 4> Set; in noDuplicateRules() [all …]
|