Searched refs:Run (Results 1 - 25 of 48) sorted by relevance

12

/freebsd-10.3-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARCExpand.cpp58 bool Run; member in class:__anon2745::ObjCARCExpand
81 Run = ModuleHasARC(M);
90 if (!Run)
H A DObjCARCContract.cpp59 bool Run; member in class:__anon2744::ObjCARCContract
296 Run = ModuleHasARC(M);
297 if (!Run)
321 if (!Run)
/freebsd-10.3-release/contrib/llvm/include/llvm/ADT/
H A DDAGDeltaAlgorithm.h51 /// Run - Minimize the DAG formed by the \p Changes vertices and the
63 changeset_ty Run(const changeset_ty &Changes,
H A DDeltaAlgorithm.h83 /// Run - Minimize the set \p Changes by executing \see ExecuteOneTest() on
86 changeset_ty Run(const changeset_ty &Changes);
/freebsd-10.3-release/contrib/llvm/lib/AsmParser/
H A DParser.cpp34 return LLParser(F, SM, Err, M).Run() ? 0 : M;
38 if (LLParser(F, SM, Err, M2.get()).Run())
/freebsd-10.3-release/share/mk/
H A Dbsd.symver.mk41 # Run the symbol maps through the C preprocessor before passing
H A Dbsd.info.mk96 # Run again to resolve cross references.
104 # Run again to resolve cross references.
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBPlatform.h171 Run (SBPlatformShellCommand &shell_command);
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DIOHandler.h52 Run () = 0;
399 Run ();
509 Run ();
546 Run ();
/freebsd-10.3-release/contrib/llvm/lib/Support/
H A DDAGDeltaAlgorithm.cpp144 changeset_ty Run();
308 DAGDeltaAlgorithmImpl::Run() { function in class:DAGDeltaAlgorithmImpl
328 changeset_ty CurrentMinSet = Helper.Run(CurrentSet);
357 DAGDeltaAlgorithm::Run(const changeset_ty &Changes, function in class:DAGDeltaAlgorithm
359 return DAGDeltaAlgorithmImpl(*this, Changes, Dependencies).Run();
H A DDeltaAlgorithm.cpp104 DeltaAlgorithm::changeset_ty DeltaAlgorithm::Run(const changeset_ty &Changes) { function in class:DeltaAlgorithm
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGSDNodes.h49 /// Run - perform scheduling.
51 void Run(SelectionDAG *dag, MachineBasicBlock *bb);
H A DLegalizeVectorOps.cpp82 bool Run();
87 bool VectorLegalizer::Run() { function in class:__anon2317::VectorLegalizer
778 return VectorLegalizer(*this).Run();
/freebsd-10.3-release/contrib/gcc/
H A Dunwind.inc63 /* Unwind successful. Run the personality routine, if any. */
114 /* Unwind successful. Run the personality routine, if any. */
/freebsd-10.3-release/contrib/gdb/gdb/
H A Dgdb_mbuild.sh29 -j <makejobs> Run <makejobs> in parallel. Passed to make.
44 -b <maxbuilds> Run <maxbuild> builds in parallel.
310 # Run the script
/freebsd-10.3-release/contrib/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h105 /// Run - Run the parser on the input source buffer.
106 virtual bool Run(bool NoInitialTextSection, bool NoFinalize = false) = 0;
/freebsd-10.3-release/contrib/amd/amd/
H A Damd.c134 if (amd_state == Run)
H A Dnfs_start.c196 amd_state = Run;
199 * Keep on trucking while we are in Run mode. This state
H A Damq_subr.c154 if (amd_state == Run) {
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp1228 for (unsigned Run = 0, RunE = UnwrappedLines.size(); Run + 1 != RunE;
1229 ++Run) {
1230 DEBUG(llvm::dbgs() << "Run " << Run << "...\n");
1232 for (unsigned i = 0, e = UnwrappedLines[Run].size(); i != e; ++i) {
1233 AnnotatedLines.push_back(new AnnotatedLine(UnwrappedLines[Run][i]));
1238 llvm::dbgs() << "Replacements for run " << Run << ":\n";
/freebsd-10.3-release/contrib/libyaml/config/
H A Ddepcomp38 Run PROGRAMS ARGS to compile a file, generating dependencies
/freebsd-10.3-release/contrib/ofed/libibcm/config/
H A Ddepcomp39 Run PROGRAMS ARGS to compile a file, generating dependencies
/freebsd-10.3-release/contrib/ofed/librdmacm/config/
H A Ddepcomp39 Run PROGRAMS ARGS to compile a file, generating dependencies
/freebsd-10.3-release/contrib/openbsm/config/
H A Ddepcomp39 Run PROGRAMS ARGS to compile a file, generating dependencies
/freebsd-10.3-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp134 int Res = Parser->Run(/*NoInitialTextSection*/ true,

Completed in 202 milliseconds

12