Home
last modified time | relevance | path

Searched refs:UnswitchIfProfitable (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp248 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