HomeSort by relevance Sort by last modified time
    Searched defs:Users (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/ui/app_list/
app_list_view_delegate.h 58 typedef std::vector<User> Users;
152 // Returns the list of users (for AppListMenu).
153 virtual const Users& GetUsers() const = 0;
  /external/llvm/lib/Target/AArch64/
AArch64PromoteConstant.cpp 116 typedef SmallVector<Value::user_iterator, 4> Users;
118 typedef DenseMap<Instruction *, Users> InsertionPoints;
515 Users &DominatedUsers = IPI->second;
AArch64CollectLOH.cpp 756 // Check the number of users of ADRP.
757 const SetOfMachineInstr *Users =
760 if (Users->size() > 1) {
    [all...]
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 308 // Avoid iterator invalidation by copying users to a temporary vector.
309 SmallVector<Instruction *, 16> Users;
310 for (User *U : Inst->users()) {
313 Users.push_back(UI);
319 while (!Users.empty()) {
320 Instruction *U = Users.back();
321 Users.pop_back();
  /external/llvm/lib/Transforms/Scalar/
LoopRerollPass.cpp 323 DenseSet<Instruction *> &Users);
328 DenseSet<Instruction *> &Users);
358 for (User *U : I->users())
429 for (User *U : C->users())
460 // Collect the set of all users of the provided root instruction. This set of
461 // users contains not only the direct users of the root instruction, but also
462 // all users of those users, and so on. There are two exceptions:
465 // 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/InstCombine/
InstructionCombining.cpp 735 for (User *U : PN->users()) {
740 // Otherwise, we can replace *all* users with the new PHI we form.
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 167 for (const User *U : Arg->users())
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
BBVectorize.cpp 284 bool trackUsesOfI(DenseSet<Value *> &Users,
750 // 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 570 milliseconds