OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isunswitched
(Results
1 - 1
of
1
) sorted by null
/external/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp
116
bool
isUnswitched
(const SwitchInst *SI, const Value *V);
300
bool LUAnalysisCache::
isUnswitched
(const SwitchInst *SI, const Value *V) {
469
if (!BranchesInfo.
isUnswitched
(SI, UnswitchValCandidate)) {
607
if (BranchesInfo.
isUnswitched
(SI, CaseVal))
[
all
...]
Completed in 192 milliseconds