/external/llvm/lib/CodeGen/ |
MachineVerifier.cpp | 119 // Vregs that must pass through MBB because they are needed by a successor 123 // Set versions of block's predecessor and successor lists. 475 report("MBB has duplicate entries in its successor list.", I); 519 report("MBB has successor that isn't part of the function.", MBB); 522 *OS << "MBB is not in the predecessor list of the successor BB#" 534 *OS << "MBB is not in the successor list of the predecessor BB#" 545 report("MBB has more than one landing pad successor", MBB); 555 // Block falls through to its successor. 568 "exactly one CFG successor!", MBB); 570 report("MBB exits via unconditional fall-through but its successor " [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
RopTranslator.java | 273 * The block has a "primary successor" and that primary 274 * successor isn't the next block to be output. 281 * secondary successor (the "then") is in fact the 322 * and then pick its first as-yet unordered successor to 324 * (aka default) successor (if any). Keep following successors 336 * block as its primary successor, and so on, until we 400 * Order the current block's preferred successor 619 * successor in the list is the primary (in this case, the 653 * Looks forward to the current block's primary successor, returning 658 * primary successor [all...] |
/dalvik/dx/src/com/android/dx/dex/code/ |
RopTranslator.java | 279 * The block has a "primary successor" and that primary 280 * successor isn't the next block to be output. 287 * secondary successor (the "then") is in fact the 328 * and then pick its first as-yet unordered successor to 330 * (aka default) successor (if any). Keep following successors 342 * block as its primary successor, and so on, until we 406 * Order the current block's preferred successor 625 * successor in the list is the primary (in this case, the 662 * Looks forward to the current block's primary successor, returning 667 * primary successor [all...] |
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
RopTranslator.java | 280 * The block has a "primary successor" and that primary 281 * successor isn't the next block to be output. 288 * secondary successor (the "then") is in fact the 329 * and then pick its first as-yet unordered successor to 331 * (aka default) successor (if any). Keep following successors 343 * block as its primary successor, and so on, until we 407 * Order the current block's preferred successor 626 * successor in the list is the primary (in this case, the 660 * Looks forward to the current block's primary successor, returning 665 * primary successor [all...] |
/external/llvm/include/llvm/Support/ |
IntegersSubsetMapping.h | 1 //===- IntegersSubsetMapping.h - Mapping subset ==> Successor ---*- C++ -*-===// 14 /// If user which to add another subset for successor that is already 321 SuccessorClass *Successor = OldItems.begin()->second; 331 add(R, Successor); 335 Successor = j->second; 339 add(R, Successor); 407 /// Removes all clusters for given successor. 416 /// Find successor that satisfies given value. 539 /// Builds the finalized case objects ignoring successor values, as though 540 /// all ranges belongs to the same successor [all...] |
CFG.h | 72 /// terminator of the successor. 78 /// of the successor. 103 template <class Term_, class BB_> // Successor Iterator 286 // instead of the successor edges. 348 // instead of the successor edges.
|
/external/chromium_org/chrome/browser/ui/app_list/ |
extension_app_item.cc | 123 // Does nothing if no predecessor nor successor. 131 // Handles only predecessor or only successor case. 142 // Handles both predecessor and successor are on the same page.
|
/external/chromium_org/v8/src/ |
hydrogen-environment-liveness.cc | 72 // When a value is live in successor A but dead in B, we must 75 HBasicBlock* successor = it.Current(); local 76 int successor_id = successor->block_id();
|
/dalvik/dx/src/com/android/dx/cf/code/ |
Ropper.java | 200 * Generates a list of subroutine successors. Note: successor blocks 201 * could be listed more than once. This is ok, because this successor 214 * target is us, add the ret target (subroutine successor) 707 * successor. 783 * tell it at this point that its sole successor is the 914 * so it should only have one successor. [all...] |
/external/chromium_org/third_party/skia/include/ports/ |
SkTypeface_android.h | 37 * font with no logical successor, it must return NULL.
|
/external/llvm/include/llvm/Analysis/ |
IntervalIterator.h | 19 // the predecessor fields (the successor information is filled in however). 186 // the successor set of an interval up to date. 200 } else { // In other interval, add as successor 220 // If we were in the successor list from before... remove from succ list
|
PathNumbering.h | 81 // Iterator information for successor edges. Includes phony and 93 // Add an edge to the successor list. 96 // Remove an edge from the successor list. 111 // Holds the successor edges of this node.
|
IntervalPartition.h | 101 // updatePredecessors - Interval generation only sets the successor fields of 103 // run through all of the intervals and propagate successor info as
|
/external/llvm/lib/Analysis/ |
CFG.cpp | 53 // Successor is in VisitStack, it's a back edge. 59 // Go down one level if there is a unvisited successor. 69 /// GetSuccessorNumber - Search for the specified successor of basic block BB 72 /// successor.
|
/external/llvm/lib/Transforms/Scalar/ |
Sink.cpp | 10 // This pass moves instructions into successor blocks, when possible, so that 201 // successor. We could be introducing calculations to new code paths. 218 /// instruction out of its current block into a successor. 233 // SuccToSinkTo - This is the successor to sink this instruction to, once we
|
/external/llvm/test/CodeGen/X86/ |
shl_undef.ll | 6 ; the successor shl(s) become shl undef, 1. This pattern then matches
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL OpenGL Application/atlantis/ |
atlantis.h | 29 * clause at DFARS 252.227-7013 and/or in similar or successor
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL OpenGL Application/atlantis/ |
atlantis.h | 29 * clause at DFARS 252.227-7013 and/or in similar or successor
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/atlantis/ |
atlantis.h | 29 * clause at DFARS 252.227-7013 and/or in similar or successor
|
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteConnectionPool.java | 625 ConnectionWaiter successor = mConnectionWaiterQueue; local 626 while (successor != null) { 627 if (priority > successor.mPriority) { 628 waiter.mNext = successor; 631 predecessor = successor; 632 successor = successor.mNext; 824 final ConnectionWaiter successor = waiter.mNext; local [all...] |
/external/chromium_org/sync/internal_api/public/base/ |
unique_position_unittest.cc | 259 const UniquePosition& successor = kSortedPositionArray[j]; local 262 if (IsSuffixInUse(successor, suffix)) 266 UniquePosition::Between(predecessor, successor, suffix); 269 EXPECT_PRED_FORMAT2(LessThan, midpoint, successor); 277 const UniquePosition& successor = kSortedPositionArray[i]; local 279 if (IsSuffixInUse(successor, suffix)) 282 UniquePosition before = UniquePosition::Before(successor, suffix); 284 EXPECT_PRED_FORMAT2(LessThan, before, successor);
|
/external/e2fsprogs/intl/ |
loadinfo.h | 76 struct loaded_l10nfile *successor[1]; member in struct:loaded_l10nfile 99 furthermore its ->successor[] field contains a list of other lookup
|
/external/llvm/lib/Transforms/Instrumentation/ |
EdgeProfiling.cpp | 100 // only have a single successor, insert the counter in this block, 101 // otherwise insert it in the successor block.
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
Element.java | 18 An Element has an element type, attributes, and a successor Element 28 private Element theNext; // successor of element
|
/external/clang/lib/StaticAnalyzer/Core/ |
ExplodedGraph.cpp | 71 // (1) 1 predecessor (that has one successor) 72 // (2) 1 successor (that has one predecessor) 74 // If a node has no successor it is on the "frontier", while a node 93 // (10) The successor is not a CallExpr StmtPoint (so that we would 161 // (a) changing the predecessors successor to the successor of this node 181 // by definition have no successor, and thus cannot be reclaimed (see below).
|