Searched refs:UnswitchIfProfitable (Results 1 – 1 of 1) sorted by relevance
248 bool UnswitchIfProfitable(Value *LoopCond, Constant *Val,701 UnswitchIfProfitable(LoopCond, ConstantInt::getTrue(Context))) { in processCurrentLoop()742 UnswitchIfProfitable(LoopCond, ConstantInt::getTrue(Context), TI)) { in processCurrentLoop()796 if (UnswitchIfProfitable(LoopCond, UnswitchVal)) { in processCurrentLoop()814 if (LoopCond && UnswitchIfProfitable(LoopCond, in processCurrentLoop()877 bool LoopUnswitch::UnswitchIfProfitable(Value *LoopCond, Constant *Val, in UnswitchIfProfitable() function in LoopUnswitch