OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeadCases
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SimplifyCFG.cpp
599
SmallPtrSet<Constant*, 16>
DeadCases
;
601
DeadCases
.insert(PredCases[i].first);
607
if (
DeadCases
.count(SI->getCaseValue(i))) {
[
all
...]
/external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp
794
SmallPtrSet<Constant *, 16>
DeadCases
;
796
DeadCases
.insert(PredCases[i].Value);
813
if (
DeadCases
.count(i.getCaseValue())) {
[
all
...]
Completed in 85 milliseconds