OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PredDefault
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SimplifyCFG.cpp
705
BasicBlock *
PredDefault
= GetValueEqualityComparisonCases(PTI, PredCases);
708
// PredCases and
PredDefault
with the new switch cases we would like to
712
if (
PredDefault
== BB) {
727
if (
PredDefault
!= BBDefault) {
728
PredDefault
->removePredecessor(Pred);
729
PredDefault
= BBDefault;
787
SwitchInst *NewSI = Builder.CreateSwitch(CV,
PredDefault
,
[
all
...]
/external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp
[
all
...]
Completed in 60 milliseconds