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

  /external/chromium/build/
sanitize-mac-build-log.sed 25 \|^ /Users/[^/]*/bin/|d
  /external/llvm/lib/Transforms/IPO/
PartialInlining.cpp 130 std::vector<User*> Users(duplicateFunction->use_begin(),
132 for (std::vector<User*>::iterator UI = Users.begin(), UE = Users.end();
140 // users (function pointers, etc.) back to the original function.
  /development/ide/xcode/ports/
skia_mac.cp 22 // /Users/caryclark/android/device/build/ide/xcode/animatorTest/build/Debug/animatorTest.app/Contents/MacOS/animatorTest
24 // /Users/caryclark/android/device/jsapps
26 // /Users/caryclark/android/
  /external/icu4c/config/
test-icu-config.sh 47 icu-config --prefix=/Users/srl/II --cflags
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 310 // Rewrite all users of the inputs in the extracted region to use the
325 std::vector<User*> Users(inputs[i]->use_begin(), inputs[i]->use_end());
326 for (std::vector<User*>::iterator use = Users.begin(), useE = Users.end();
345 std::vector<User*> Users(header->use_begin(), header->use_end());
346 for (unsigned i = 0, e = Users.size(); i != e; ++i)
349 if (TerminatorInst *TI = dyn_cast<TerminatorInst>(Users[i]))
458 std::vector<User*> Users(outputs[i]->use_begin(), outputs[i]->use_end());
459 for (unsigned u = 0, e = Users.size(); u != e; ++u) {
460 Instruction *inst = cast<Instruction>(Users[u])
    [all...]
LowerInvoke.cpp 355 // Avoid iterator invalidation by copying users to a temporary vector.
356 SmallVector<Instruction*,16> Users;
361 Users.push_back(User);
372 while (!Users.empty()) {
373 Instruction *U = Users.back();
374 Users.pop_back();
  /external/llvm/lib/CodeGen/
SjLjEHPrepare.cpp 319 // Avoid iterator invalidation by copying users to a temporary vector.
320 SmallVector<Instruction*,16> Users;
325 Users.push_back(User);
331 while (!Users.empty()) {
332 Instruction *U = Users.back();
333 Users.pop_back();
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 609 // Otherwise, we can replace *all* users with the new PHI we form.
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/net/
credentials_unittest.py 55 example_security_output = """keychain: "/Users/test/Library/Keychains/login.keychain"
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 204 /// UsersOfOverdefinedPHIs - Keep track of any users of PHI nodes that are not
315 // the users of the instruction are updated later.
345 // work list so that the users of the instruction are updated later.
461 // OperandChangedState - This method is invoked on all of the users of an
713 SmallVector<Instruction*, 16> Users;
715 Users.push_back(I->second);
716 while (!Users.empty())
717 visit(Users.pop_back_val());
    [all...]
ObjCARC.cpp 292 // only question is whether or not they may be users.
440 /// argument verbatim, so if it's such a call and the return value has users,
450 "Can't delete non-forwarding instruction with users!");
    [all...]
  /external/iproute2/doc/
api-ip6-flowlabels.tex 388 Label S Owner Users Linger Expires Dst Opt
397 \item \verb|Users| is number of applications using the label now.
  /external/clang/tools/scan-build/
scan-build 993 sensitive store model. Users can also specify 'basic', which
    [all...]
  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 518 (*===-- Users -------------------------------------------------------------===*)
    [all...]
  /external/blktrace/btt/doc/
btt.tex 33 tool called blktrace. As noted in its Users Guide, blktrace
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 37 (** Used to store users and usees of values. See the [llvm::Use] class. *)
609 (** [iter_uses f v] applies function [f] to each of the users of the value [v]
614 [u1,...,uN] are the users of the value [v]. Tail recursive. *)
618 [u1,...,uN] are the users of the value [v]. Not tail recursive. *)
622 (* {6 Users} *)
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 4382 milliseconds