OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:availablevalues
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp
265
ScopedHTType
AvailableValues
;
326
NodeScope(ScopedHTType &
AvailableValues
, LoadHTType &AvailableLoads,
328
: Scope(
AvailableValues
), LoadScope(AvailableLoads),
346
StackNode(ScopedHTType &
AvailableValues
, LoadHTType &AvailableLoads,
350
EndIter(end), Scopes(
AvailableValues
, AvailableLoads, AvailableCalls),
521
AvailableValues
.insert(CondInst, ConditionalConstant);
543
// not, add them to
AvailableValues
.
571
AvailableValues
.insert(CondI, ConstantInt::getTrue(BB->getContext()));
602
if (Value *V =
AvailableValues
.lookup(Inst)) {
614
AvailableValues
.insert(Inst, Inst)
[
all
...]
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
EditableItem.java
68
private EditableItem(int captionId, int type, int categoryId, Object...
availableValues
) {
72
mAvailableValues =
availableValues
;
/external/icu/android_icu4j/src/main/tests/android/icu/dev/util/
UnicodeMap.java
56
private LinkedHashSet<T>
availableValues
= new LinkedHashSet<T>();
81
availableValues
.clear();
136
that.
availableValues
= new LinkedHashSet<T>(
availableValues
);
302
availableValues
.add(value); // add if not there already
517
availableValues
.add(value);
583
// retain them in the
availableValues
588
availableValues
.retainAll(temp);
590
availableValues
.addAll(stringMap.values());
595
result = (U) new LinkedHashSet<T>(
availableValues
.size())
[
all
...]
/external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
UnicodeMap.java
55
private LinkedHashSet<T>
availableValues
= new LinkedHashSet<T>();
80
availableValues
.clear();
135
that.
availableValues
= new LinkedHashSet<T>(
availableValues
);
301
availableValues
.add(value); // add if not there already
516
availableValues
.add(value);
582
// retain them in the
availableValues
587
availableValues
.retainAll(temp);
589
availableValues
.addAll(stringMap.values());
594
result = (U) new LinkedHashSet<T>(
availableValues
.size())
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
EarlyCSE.cpp
224
///
AvailableValues
- This scoped hash table contains the current values of
229
ScopedHTType *
AvailableValues
;
286
ScopedHTType::ScopeTy Scope(*
AvailableValues
);
316
// not, add them to
AvailableValues
.
343
if (Value *V =
AvailableValues
->lookup(Inst)) {
353
AvailableValues
->insert(Inst, Inst);
462
AvailableValues
= &AVTable;
Completed in 477 milliseconds