OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MayIncludeUndef
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ValueLattice.h
111
bool
MayIncludeUndef
;
123
MergeOptions(bool
MayIncludeUndef
, bool CheckWiden,
125
:
MayIncludeUndef
(
MayIncludeUndef
), CheckWiden(CheckWiden),
129
MayIncludeUndef
= V;
216
bool
MayIncludeUndef
= false) {
222
if (
MayIncludeUndef
)
229
MergeOptions().setMayIncludeUndef(
MayIncludeUndef
));
302
bool markConstant(Constant *V, bool
MayIncludeUndef
= false) {
314
MergeOptions().setMayIncludeUndef(
MayIncludeUndef
));
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SCCPSolver.cpp
147
bool
MayIncludeUndef
= false);
164
/*
MayIncludeUndef
=*/false, /*CheckWiden=*/false});
168
/*
MayIncludeUndef
=*/false, /*CheckWiden=*/false}) {
474
Constant *C, bool
MayIncludeUndef
) {
475
if (!IV.markConstant(C,
MayIncludeUndef
))
959
NewV.markConstant(C, /*
MayIncludeUndef
=*/true);
1246
// TODO: Actually filp
MayIncludeUndef
for the created range to false,
1255
bool
MayIncludeUndef
= !isa<PredicateAssume>(PI);
1283
ValueLatticeElement::getRange(NewCR,
MayIncludeUndef
));
1292
!
MayIncludeUndef
) {
[
all
...]
Completed in 27 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026