Searched refs:LoopInterchangeProfitability (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | LoopInterchange.cpp | 369 class LoopInterchangeProfitability { class 371 LoopInterchangeProfitability(Loop *Outer, Loop *Inner, ScalarEvolution *SE) in LoopInterchangeProfitability() function in __anon860498c00111::LoopInterchangeProfitability 586 LoopInterchangeProfitability LIP(OuterLoop, InnerLoop, SE); in processLoop() 898 int LoopInterchangeProfitability::getInstrOrderCost() { in getInstrOrderCost() 968 bool LoopInterchangeProfitability::isProfitable(unsigned InnerLoopId, in isProfitable()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopInterchange.cpp | 372 class LoopInterchangeProfitability { class 374 LoopInterchangeProfitability(Loop *Outer, Loop *Inner, ScalarEvolution *SE, in LoopInterchangeProfitability() function in __anoncf6d1f180211::LoopInterchangeProfitability 590 LoopInterchangeProfitability LIP(OuterLoop, InnerLoop, SE, ORE); in processLoop() 1075 int LoopInterchangeProfitability::getInstrOrderCost() { in getInstrOrderCost() 1144 bool LoopInterchangeProfitability::isProfitable(unsigned InnerLoopId, in isProfitable()
|