Searched
full:basic (Results
626 -
650 of
8959) sorted by null
<<21222324252627282930>>
/external/chromium_org/tools/gn/ |
source_dir_unittest.cc | 23 // Basic relative stuff. 48 // Basic relative stuff.
|
/external/chromium_org/v8/src/compiler/ |
scheduler.h | 18 // Computes a schedule from a graph, placing nodes into basic blocks and 19 // ordering the basic blocks in the special RPO order.
|
/external/clang/include/clang/Analysis/Analyses/ |
CFGReachabilityAnalysis.h | 1 //==- CFGReachabilityAnalysis.h - Basic reachability analysis ----*- C++ -*-==// 11 // analysis based on Clang's CFGs. Clients can query if a given basic block
|
/external/clang/include/clang/Frontend/ |
LogDiagnosticPrinter.h | 13 #include "clang/Basic/Diagnostic.h" 14 #include "clang/Basic/SourceLocation.h"
|
TextDiagnosticPrinter.h | 18 #include "clang/Basic/Diagnostic.h" 19 #include "clang/Basic/LLVM.h"
|
/external/clang/lib/Basic/ |
Makefile | 1 ##===- clang/lib/Basic/Makefile ----------------------------*- Makefile -*-===## 10 # This implements the Basic library for the C-Language front-end.
|
/external/clang/unittests/Basic/ |
SourceManagerTest.cpp | 1 //===- unittests/Basic/SourceManagerTest.cpp ------ SourceManager tests ---===// 10 #include "clang/Basic/SourceManager.h" 11 #include "clang/Basic/Diagnostic.h" 12 #include "clang/Basic/DiagnosticOptions.h" 13 #include "clang/Basic/FileManager.h" 14 #include "clang/Basic/LangOptions.h" 15 #include "clang/Basic/TargetInfo.h" 16 #include "clang/Basic/TargetOptions.h"
|
/external/libcxx/test/re/re.alg/re.alg.match/ |
Android.mk | 39 test_name := re/re.alg/re.alg.match/basic 40 test_src := basic.pass.cpp
|
/external/libcxx/test/re/re.alg/re.alg.search/ |
Android.mk | 43 test_name := re/re.alg/re.alg.search/basic 44 test_src := basic.pass.cpp
|
/external/libpng/contrib/conftest/ |
read.dfa | 11 # Build libpng with basic read support. This enables the lowest level libpng 37 # Basic error handling, IO and user memory support. The latter allows the
|
/external/llvm/bindings/ocaml/analysis/ |
llvm_analysis.mli | 38 the current function with the code for each basic block inside. 43 include the contents of basic blocks into the nodes.
|
/external/llvm/include/llvm/CodeGen/ |
StackMapLivenessAnalysis.h | 10 // This pass calculates the liveness for each basic block in a function and 25 /// \brief This pass calculates the liveness information for each basic block in
|
/external/llvm/include/llvm/IR/ |
AssemblyAnnotationWriter.h | 39 /// after the basic block label, but before the first instruction in the 46 /// after the basic block.
|
/external/llvm/include/llvm/Transforms/Utils/ |
BasicBlockUtils.h | 10 // This family of functions perform manipulations on basic blocks, and 11 // instructions contained within basic blocks. 147 /// basic block into the function, and moving some of the predecessors of BB to 162 /// OrigBB, by introducing two new basic blocks into the function. One of those 163 /// new basic blocks gets the predecessors listed in Preds. The other basic 165 /// OrigBB is clone into both of the new basic blocks. The new blocks are given 188 /// in the old basic block, and everything after SplitBefore is moved to a
|
/external/llvm/lib/Analysis/ |
Trace.cpp | 10 // This class represents a single trace of LLVM basic blocks. A trace is a 12 // optimizations treat traces almost like they are a large, strange, basic
|
/external/llvm/lib/CodeGen/ |
RegAllocBasic.cpp | 1 //===-- RegAllocBasic.cpp - Basic Register Allocator ----------------------===// 11 // implementation of the basic register allocator. 45 static RegisterRegAlloc basicRegAlloc("basic", "basic register allocator", 57 /// RABasic provides a minimal implementation of the basic register allocation 61 /// the speed of the basic algorithm against other styles of allocators. 81 return "Basic Register Allocator"; 271 DEBUG(dbgs() << "********** BASIC REGISTER ALLOCATION **********\n"
|
/external/llvm/lib/MC/MCAnalysis/ |
MCFunction.cpp | 69 "Splitting unrelated basic blocks!"); 72 "Split basic block shouldn't already have successors!");
|
/external/llvm/test/Analysis/TypeBasedAliasAnalysis/ |
aliastest.ll | 3 ; Test that basic alias queries work. 25 ; Test that basic invariant-memory queries work.
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-cse.ll | 6 ; Both can be in the same basic block or in different basic blocks.
|
/external/proguard/src/proguard/evaluation/value/ |
UnknownIntegerValue.java | 30 // Basic unary methods. 68 // Basic binary methods.
|
UnknownLongValue.java | 30 // Basic unary methods. 53 // Basic binary methods.
|
/external/tcpdump/ |
l2vpn.c | 52 { 0x15, "CESoPSN basic mode"}, 53 { 0x16, "TDMoIP basic mode"},
|
/external/valgrind/main/none/tests/x86/ |
smc1.c | 62 This indirection is necessary to defeat Vex's basic-block chasing 63 optimisation. That will merge up to three basic blocks into the
|
/frameworks/base/core/java/com/android/internal/widget/ |
AccountViewAdapter.java | 85 * A structure with basic element of an Account, icon, name and number 97 * A structure with basic element of an Account, drawable, name and number
|
/frameworks/base/core/tests/coretests/src/android/text/ |
StaticLayoutTest.java | 38 * Basic test showing expected behavior and relationship between font 64 * Basic test showing effect of includePad = true with 1 line. 79 * Basic test showing effect of includePad = true wrapping to 2 lines. 96 * Basic test showing effect of includePad = true wrapping to 3 lines. 115 * Basic test showing effect of includePad = true wrapping to 3 lines and 143 * Basic test showing effect of includePad = true, spacingAdd = 2, wrapping 164 * Basic test showing effect of includePad = true, spacingAdd = 2, 186 * Basic test showing effect of includePad = true, spacingAdd = 0,
|
Completed in 1105 milliseconds
<<21222324252627282930>>