Searched refs:Users (Results 1 - 16 of 16) sorted by relevance

/external/chromium/build/
H A Dsanitize-mac-build-log.sed25 \|^ /Users/[^/]*/bin/|d
/external/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp131 std::vector<User*> Users(duplicateFunction->use_begin(),
133 for (std::vector<User*>::iterator UI = Users.begin(), UE = Users.end();
/external/icu4c/config/
H A Dtest-icu-config.sh47 icu-config --prefix=/Users/srl/II --cflags
/external/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp371 std::vector<User*> Users(inputs[i]->use_begin(), inputs[i]->use_end());
372 for (std::vector<User*>::iterator use = Users.begin(), useE = Users.end();
391 std::vector<User*> Users(header->use_begin(), header->use_end());
392 for (unsigned i = 0, e = Users.size(); i != e; ++i)
395 if (TerminatorInst *TI = dyn_cast<TerminatorInst>(Users[i]))
504 std::vector<User*> Users(outputs[i]->use_begin(), outputs[i]->use_end());
505 for (unsigned u = 0, e = Users.size(); u != e; ++u) {
506 Instruction *inst = cast<Instruction>(Users[u]);
H A DLowerInvoke.cpp341 SmallVector<Instruction*,16> Users; local
346 Users.push_back(User);
357 while (!Users.empty()) {
358 Instruction *U = Users.back();
359 Users.pop_back();
/external/llvm/lib/CodeGen/
H A DSjLjEHPrepare.cpp306 SmallVector<Instruction*, 16> Users; local
311 Users.push_back(User);
317 while (!Users.empty()) {
318 Instruction *U = Users.back();
319 Users.pop_back();
/external/llvm/lib/Transforms/Vectorize/
H A DBBVectorize.cpp230 bool trackUsesOfI(DenseSet<Value *> &Users,
774 // structures associated with I. Specifically, Users represents the set of
777 // and J uses I, then Users is updated to contain J and WriteSet is updated
788 bool BBVectorize::trackUsesOfI(DenseSet<Value *> &Users, argument
796 if (Users.count(J))
803 if (I == V || Users.count(V)) {
825 Users.insert(J);
848 DenseSet<Value *> Users; local
856 bool UsesI = trackUsesOfI(Users, WriteSet, I, J, !Config.FastDep);
1031 // Iterate through the basic block, recording all Users o
1038 DenseSet<Value *> Users; local
2101 DenseSet<Value *> Users; local
2121 DenseSet<Value *> Users; local
2149 DenseSet<Value *> Users; local
[all...]
/external/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1110 isAllocSiteRemovable(Instruction *AI, SmallVectorImpl<WeakVH> &Users, argument
1127 Users.push_back(I);
1136 Users.push_back(I);
1162 Users.push_back(I);
1168 Users.push_back(I);
1177 Users.push_back(I);
1191 SmallVector<WeakVH, 64> Users; local
1192 if (isAllocSiteRemovable(&MI, Users, TLI)) {
1193 for (unsigned i = 0, e = Users.size(); i != e; ++i) {
1194 Instruction *I = cast_or_null<Instruction>(&*Users[
[all...]
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex388 Label S Owner Users Linger Expires Dst Opt
397 \item \verb|Users| is number of applications using the label now.
/external/llvm/lib/Transforms/Scalar/
H A DObjCARC.cpp2225 SmallVector<const Value *, 2> Users; local
2226 Users.push_back(Ptr);
2228 Ptr = Users.pop_back_val();
2235 Users.push_back(I);
2237 } while (!Users.empty());
H A DLoopStrengthReduce.cpp2388 /// any IV users that keep the IV live across increments (the Users set should
2397 isProfitableChain(IVChain &Chain, SmallPtrSet<Instruction*, 4> &Users, argument
2405 if (!Users.empty()) {
2407 for (SmallPtrSet<Instruction*, 4>::const_iterator I = Users.begin(),
2408 E = Users.end(); I != E; ++I) {
2618 // consider leaf IV Users. This effectively rediscovers a portion of
4606 DEBUG(dbgs() << "LSR skipping loop, too many IV Users in " << *L
/external/llvm/test/Bindings/Ocaml/
H A Dvmcore.ml518 (*===-- Users -------------------------------------------------------------===*)
/external/blktrace/btt/doc/
H A Dbtt.tex33 tool called blktrace. As noted in its Users Guide, blktrace
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli623 (* {6 Users} *)
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas344 /// return ''; Users should not access $ruleLabel.text in
/external/dropbear/libtomcrypt/
H A Dcrypt.tex2864 \textit{Note:} This PRNG is still secure for most tasks but is no longer recommended. Users

Completed in 743 milliseconds