Searched refs:users (Results 126 - 150 of 175) sorted by relevance

1234567

/external/llvm/lib/Transforms/Scalar/
H A DSROA.cpp235 /// \brief Allow iterating the dead users for this alloca.
641 for (User *U : I->users())
717 /// \brief Disable SROA entirely if there are unhandled users of the alloca.
820 for (User *U : DebugNode->users())
1083 // TODO: Allow recursive phi users.
1088 for (User *U : PN.users()) {
1204 for (User *U : SI.users()) {
2032 // Track post-rewrite users which are PHI nodes and Selects.
2783 /// Enqueue all the users of the given instruction for further processing.
2784 /// This uses a set to de-duplicate users
[all...]
H A DSCCP.cpp305 // the users of the instruction are updated later.
335 // work list so that the users of the instruction are updated later.
450 // OperandChangedState - This method is invoked on all of the users of an
1183 // since all of its users will have already been marked as overdefined
1184 // Update all of the users of this instruction's value.
1186 for (User *U : I->users())
1201 // since all of its users will have already been marked as overdefined.
1202 // Update all of the users of this instruction's value.
1205 for (User *U : I->users())
1235 /// constraints on the condition of the branch, as that would impact other users
[all...]
H A DStructurizeCFG.cpp327 // Third: Check all the users for an invert
329 for (User *U : Condition->users())
/external/llvm/lib/Transforms/ObjCARC/
H A DObjCARCOpts.cpp167 for (const User *U : Arg->users())
1267 for (const User *U : Ptr->users()) {
2680 // Delete objc_loadWeak calls with no users.
2776 // the alloca and all its users can be zapped.
2786 for (User *U : Alloca->users()) {
/external/chromium_org/native_client_sdk/src/doc/
H A Dfaq.rst29 * **Security:** Native Client lets users run native compiled code in the
35 languages, in their applications without forcing users to install a
58 * **Portability:** Developers and users don't need to worry about
/external/dnsmasq/contrib/dnslist/
H A Ddnslist.pl282 software--to make sure the software is free for all its users. This
376 a warranty) and that users may redistribute the program under
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp1059 for (User *U : TrampMem->users()) {
1274 for (User *U : II->users())
H A DInstCombineCompares.cpp1944 for (User *U : OrigAdd->users()) {
2065 for (User *U : MulVal->users()) {
2190 for (User *U : MulVal->users()) {
2308 for (const User *U : Op0->users()) {
H A DInstructionCombining.cpp735 for (User *U : PN->users()) {
740 // Otherwise, we can replace *all* users with the new PHI we form.
1734 for (User *U : PI->users()) {
2353 // correct too but reordering filters pointlessly might confuse users.
2764 // Push the new instruction and any users onto the worklist.
/external/sepolicy/
H A Dfile_contexts225 # Wallpaper file for other users
226 /data/system/users/[0-9]+/wallpaper u:object_r:wallpaper_file:s0
/external/chromium_org/build/
H A Dinstall-chroot.sh363 users=root
465 echo "Session \"${t}\" still has active users, not cleaning up" | wrap
753 # If the computer has multiple spindles, many users configure all or part of
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_unittest.cc1600 // of users who have accepted the geolocation terms.
2471 // Make sure the menu model item is not created for new Wallet users.
3125 std::vector<std::string> users; local
3126 users.push_back("user_1@example.com");
3127 users.push_back("user_2@example.com");
3129 wallet::GetTestWalletItemsWithUsers(users, 0));
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/irc/
H A Dirclib.py17 # keltus <keltus@users.sourceforge.net>
828 def users(self, server=""): member in class:ServerConnection
1476 "393": "users",
/external/chromium_org/ui/login/account_picker/
H A Duser_pod_row.js1146 // Special case for multi-profiles sign in. We show users even if they
1147 // are not allowed per policy. Restrict those users from starting GAIA.
1240 * Shows remove user warning. Used for supervised users on CrOS, and for all
1241 * users on desktop.
1435 // environments where users are likely to want to choose among locales.
1971 // Array of users that are shown (public/supervised/regular).
2140 * Populates pod row with given existing users and start init animation.
2141 * @param {array} users Array of existing user emails.
2143 loadPods: function(users) {
2144 this.users_ = users;
[all...]
/external/llvm/lib/IR/
H A DFunction.cpp766 for (const User *U : users())
/external/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp100 /// when any of its users is marked live.
293 // Move the name and users over to the new version.
558 for (const User *U : TheCall->users()) {
942 // Return type not changed? Just replace users then.
1004 // If this is a live argument, move the name and users over to the new
/external/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp176 for (User *U : II->users())
358 // Rewrite all users of the inputs in the extracted region to use the
/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp406 /// Construct a vectorizable tree that starts at \p Roots, ignoring users for
576 /// List of users to ignore during scheduling and that don't need extracting.
608 // No need to handle users of gathered values.
612 for (User *U : Scalar->users()) {
627 // Ignore users in the user ignore list.
722 // Check that all of the users of the scalars that we want to vectorize are
730 DEBUG(dbgs() << "SLP: Checking users of " << *Scalar << ". \n");
731 for (User *U : Scalar->users()) {
770 // Ignore users in the user ignore list.
800 for (User *U : VL[i]->users()) {
[all...]
H A DBBVectorize.cpp750 // users of the pair are also paired. This defines a (directed) forest
1172 // Figure out whether or not J uses I and update the users and write-set
1358 for (User *UJ : P.second->users()) {
1469 // Iterate through the basic block, recording all users of each
1979 for (User *U : S->first->users()) {
2010 for (User *U : S->second->users()) {
2994 // remaining instructions as needed (users of the first member of the pair
H A DLoopVectorize.cpp812 /// Allowed outside users. This holds the reduction
1842 // so that future users will be able to use it.
2619 // before users.
2793 // Now, we need to fix the users of the reduction variable
3104 // Use this vector value for all users of the original instruction.
3460 /// \brief Check that the instruction has outside loop users and is not an
3464 // Reduction instructions are allowed to have exit users. All other
3465 // instructions must not have external users.
3467 //Check that all of the users of the loop are inside the BB.
3468 for (User *U : Inst->users()) {
[all...]
/external/iproute2/doc/
H A Dip-cref.tex1031 Here \verb|ref| is the number of users of this entry
1673 \item \verb|users| --- the number of users of this entry.
1757 cache users 1 used 1 age 23sec mtu 1500 rtt 300
1765 cache users 1 used 1 age 45sec mtu 1500 rtt 300
2233 inet 224.0.0.1 users 2
2244 of users is shown after the \verb|users| keyword.
2283 link 33:33:00:00:00:01 users 2 static
/external/chromium_org/native_client_sdk/src/tools/
H A Dnacl_gcc.mk202 # file is part of LIB_RULE, so users of the DEPS system are currently required to
/external/skia/
H A DAndroid.mk28 # (b) You can update all the users of libskia to define SK_DEBUG when they are
/external/llvm/lib/Analysis/IPA/
H A DInlineCost.cpp1064 for (User *U : Caller->users()) {
/external/clang/lib/CodeGen/
H A DCGException.cpp251 for (llvm::User *U : Fn->users()) {

Completed in 1601 milliseconds

1234567