Searched defs:UnswitchIfProfitable (Results 1 - 1 of 1) sorted by last modified time

/external/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp193 bool UnswitchIfProfitable(Value *LoopCond, Constant *Val);
441 if (LoopCond && UnswitchIfProfitable(LoopCond,
472 if (UnswitchIfProfitable(LoopCond, UnswitchVal)) {
485 if (LoopCond && UnswitchIfProfitable(LoopCond,
628 /// UnswitchIfProfitable - We have found that we can unswitch currentLoop when
631 bool LoopUnswitch::UnswitchIfProfitable(Value *LoopCond, Constant *Val) { function in class:LoopUnswitch

Completed in 193 milliseconds