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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp199 bool UnswitchIfProfitable(Value *LoopCond, Constant *Val);
437 if (LoopCond && UnswitchIfProfitable(LoopCond,
468 if (UnswitchIfProfitable(LoopCond, UnswitchVal)) {
481 if (LoopCond && UnswitchIfProfitable(LoopCond,
623 /// UnswitchIfProfitable - We have found that we can unswitch currentLoop when
626 bool LoopUnswitch::UnswitchIfProfitable(Value *LoopCond, Constant *Val) { function in class:LoopUnswitch

Completed in 62 milliseconds