Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp165 bool isUnswitched(const SwitchInst *SI, const Value *V);
359 bool LUAnalysisCache::isUnswitched(const SwitchInst *SI, const Value *V) { in isUnswitched() function in LUAnalysisCache
786 if (BranchesInfo.isUnswitched(SI, AllZero)) in processCurrentLoop()
794 if (BranchesInfo.isUnswitched(SI, AllOne)) in processCurrentLoop()
806 if (!BranchesInfo.isUnswitched(SI, UnswitchValCandidate)) { in processCurrentLoop()
1284 if (BranchesInfo.isUnswitched(SI, CaseVal)) in tryTrivialLoopUnswitch()