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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp216 bool IsTrivialUnswitchCondition(Value *Cond, Constant **Val = 0,
540 /// IsTrivialUnswitchCondition - Check to see if this unswitch condition is
552 bool LoopUnswitch::IsTrivialUnswitchCondition(Value *Cond, Constant **Val, function in class:LoopUnswitch
631 if (IsTrivialUnswitchCondition(LoopCond, &CondVal, &ExitBlock)) {

Completed in 105 milliseconds