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

/external/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp218 bool IsTrivialUnswitchCondition(Value *Cond, Constant **Val = 0,
551 /// IsTrivialUnswitchCondition - Check to see if this unswitch condition is
563 bool LoopUnswitch::IsTrivialUnswitchCondition(Value *Cond, Constant **Val, function in class:LoopUnswitch
642 if (IsTrivialUnswitchCondition(LoopCond, &CondVal, &ExitBlock)) {

Completed in 30 milliseconds