OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LocalChanged
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Transforms/Scalar/
LoopInstSimplify.cpp
93
bool
LocalChanged
;
95
LocalChanged
= false;
127
LocalChanged
= true;
136
LocalChanged
= true;
184
Changed |=
LocalChanged
;
185
} while (
LocalChanged
);
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopInstSimplify.cpp
81
bool
LocalChanged
;
83
LocalChanged
= false;
115
LocalChanged
= true;
119
LocalChanged
|= RecursivelyDeleteTriviallyDeadInstructions(I);
166
Changed |=
LocalChanged
;
167
} while (
LocalChanged
);
/external/llvm/lib/IR/
LegacyPassManager.cpp
[
all
...]
/external/llvm/lib/Transforms/IPO/
SampleProfile.cpp
631
bool
LocalChanged
= false;
646
LocalChanged
= true;
654
if (
LocalChanged
) {
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
SampleProfile.cpp
765
bool
LocalChanged
= false;
824
LocalChanged
= true;
834
LocalChanged
= true;
841
if (
LocalChanged
) {
[
all
...]
Completed in 745 milliseconds