Searched refs:LoopInterchangeProfitability (Results 1 – 3 of 3) 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 __anon04d217970111::LoopInterchangeProfitability 586 LoopInterchangeProfitability LIP(OuterLoop, InnerLoop, SE); in processLoop() 898 int LoopInterchangeProfitability::getInstrOrderCost() { in getInstrOrderCost() 968 bool LoopInterchangeProfitability::isProfitable(unsigned InnerLoopId, in isProfitable()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LoopInterchange.cpp | 375 class LoopInterchangeProfitability { class 377 LoopInterchangeProfitability(Loop *Outer, Loop *Inner, ScalarEvolution *SE, in LoopInterchangeProfitability() function in __anon92adb1650211::LoopInterchangeProfitability 551 LoopInterchangeProfitability LIP(OuterLoop, InnerLoop, SE, ORE); in processLoop() 1031 int LoopInterchangeProfitability::getInstrOrderCost() { in getInstrOrderCost() 1104 bool LoopInterchangeProfitability::isProfitable(unsigned InnerLoopId, in isProfitable()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopInterchange.cpp | 373 class LoopInterchangeProfitability { class 375 LoopInterchangeProfitability(Loop *Outer, Loop *Inner, ScalarEvolution *SE, in LoopInterchangeProfitability() function in __anone45e1cf90211::LoopInterchangeProfitability 565 LoopInterchangeProfitability LIP(OuterLoop, InnerLoop, SE, ORE); in processLoop() 1033 int LoopInterchangeProfitability::getInstrOrderCost() { in getInstrOrderCost() 1102 bool LoopInterchangeProfitability::isProfitable(unsigned InnerLoopId, in isProfitable()
|