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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp115 bool isUnswitched(const SwitchInst* SI, const Value* V);
291 bool LUAnalysisCache::isUnswitched(const SwitchInst* SI, const Value* V) { function in class:LUAnalysisCache
459 if (!BranchesInfo.isUnswitched(SI, UnswitchValCandidate)) {
596 if (BranchesInfo.isUnswitched(SI, CaseVal))

Completed in 199 milliseconds