OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Users
(Results
1 - 9
of
9
) sorted by null
/frameworks/data-binding/samples/BindingDemo/app/src/main/java/com/android/example/bindingdemo/vo/
Users.java
5
public class
Users
{
/external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp
298
// Avoid iterator invalidation by copying
users
to a temporary vector.
299
SmallVector<Instruction *, 16>
Users
;
300
for (User *U : Inst->
users
()) {
303
Users
.push_back(UI);
309
while (!
Users
.empty()) {
310
Instruction *U =
Users
.back();
311
Users
.pop_back();
/external/llvm/lib/Target/AArch64/
AArch64CollectLOH.cpp
738
// Check the number of
users
of ADRP.
739
const SetOfMachineInstr *
Users
=
742
if (
Users
->size() > 1) {
825
// Check the number of
users
of this node.
826
const SetOfMachineInstr *
Users
[
all
...]
/external/llvm/lib/Transforms/Scalar/
LoopRerollPass.cpp
394
DenseSet<Instruction *> &
Users
);
398
DenseSet<Instruction *> &
Users
);
460
for (User *U : I->
users
()) {
533
for (User *U : C->
users
()) {
565
// Collect the set of all
users
of the provided root instruction. This set of
566
//
users
contains not only the direct
users
of the root instruction, but also
567
// all
users
of those
users
, and so on. There are two exceptions:
570
// use set (even if they are
users
). This is used, for example, to exclud
[
all
...]
/external/llvm/lib/Target/R600/
SIISelLowering.cpp
[
all
...]
/external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp
73
for (const User *U : Arg->
users
())
642
SmallVector<const Value *, 2>
Users
;
643
Users
.push_back(Ptr);
645
Ptr =
Users
.pop_back_val();
646
for (const User *U : Ptr->
users
()) {
650
Users
.push_back(U);
652
} while (!
Users
.empty());
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp
742
for (User *U : PN->
users
()) {
747
// Otherwise, we can replace *all*
users
with the new PHI we form.
[
all
...]
/external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp
284
bool trackUsesOfI(DenseSet<Value *> &
Users
,
751
//
users
of the pair are also paired. This defines a (directed) forest
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adoctint.h
158
typedef struct ADOUsers
Users
;
[
all
...]
Completed in 192 milliseconds