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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp451 Constant *UnswitchVal = NULL; local
460 UnswitchVal = UnswitchValCandidate;
465 if (!UnswitchVal)
468 if (UnswitchIfProfitable(LoopCond, UnswitchVal)) {

Completed in 68 milliseconds