HomeSort by relevance Sort by last modified time
    Searched full:successor (Results 101 - 125 of 529) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/llvm/lib/Transforms/Utils/
Local.cpp 163 // successor.
246 // If we didn't find our destination in the IBI successor list, then we
476 /// predecessor is known to have one successor (DestBB!). Eliminate the edge
538 /// Assumption: Succ is the single successor for BB.
541 assert(*succ_begin(BB) == Succ && "Succ is not successor of BB!");
685 // predecessor and successor blocks both share some predecessors,
731 /// eliminate BB by rewriting all the predecessors to branch to the successor
777 // the successor, then we need to add incoming edges for the PHI nodes
781 // Loop over all of the PHI nodes in the successor of BB.
    [all...]
  /external/llvm/lib/CodeGen/
ScheduleDAG.cpp 63 /// not already. It also adds the current node as a successor of the
77 // Find the corresponding successor in N.
131 /// node if it exists. It also removes the current node as a successor of
138 // Find the corresponding successor in N.
603 // Is SU reachable from TargetSU via successor edges?
  /external/e2fsprogs/intl/
l10nflist.c 346 retval->successor[entries++]
353 retval->successor[entries++]
359 retval->successor[entries] = NULL;
  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 75 /// node in the successor. In this case, AliveBlocks is empty (the value is
78 /// the block, but is not live in any successor blocks.
286 /// PHI nodes. This means that Reg is either killed by a successor block or
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
basic-block.h 538 /* Returns true if BB has precisely one successor. */
554 /* Returns the single successor edge of basic block BB. Aborts if
555 BB does not have exactly one successor. */
574 /* Returns the single successor block of basic block BB. Aborts
575 if BB does not have exactly one successor. */
701 vector of predecessor or successor edges. It must not be used when
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
basic-block.h 538 /* Returns true if BB has precisely one successor. */
554 /* Returns the single successor edge of basic block BB. Aborts if
555 BB does not have exactly one successor. */
574 /* Returns the single successor block of basic block BB. Aborts
575 if BB does not have exactly one successor. */
701 vector of predecessor or successor edges. It must not be used when
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
basic-block.h 538 /* Returns true if BB has precisely one successor. */
554 /* Returns the single successor edge of basic block BB. Aborts if
555 BB does not have exactly one successor. */
574 /* Returns the single successor block of basic block BB. Aborts
575 if BB does not have exactly one successor. */
701 vector of predecessor or successor edges. It must not be used when
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
basic-block.h 538 /* Returns true if BB has precisely one successor. */
554 /* Returns the single successor edge of basic block BB. Aborts if
555 BB does not have exactly one successor. */
574 /* Returns the single successor block of basic block BB. Aborts
575 if BB does not have exactly one successor. */
701 vector of predecessor or successor edges. It must not be used when
  /external/chromium_org/chrome/browser/extensions/
extension_sorting.h 46 // located after the given predecessor and before the successor.
47 // Empty strings are used to indicate no successor or predecessor.
  /external/chromium_org/third_party/bintrees/bintrees/
avltree.py 250 # Find the inorder successor
268 # Unlink successor and fix parent
  /external/chromium_org/v8/src/
hydrogen-escape-analysis.cc 232 // Propagate the block state forward to all successor blocks.
245 // successor, leave a copy of the current state.
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGVLIW.cpp 113 /// releaseSucc - Decrement the NumPredsLeft count of a successor. Add it to
151 /// count of its successors. If a successor pending count is zero, add it to
  /external/llvm/lib/Transforms/Instrumentation/
OptimalEdgeProfiling.cpp 194 // we only have a single successor, insert the counter in this block,
195 // otherwise insert it in the successor block.
  /external/llvm/test/Transforms/SimplifyCFG/
EqualPHIEdgeBlockMerge.ll 30 ; in the successor is undef.
55 ; in the successor is undef.
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
AnalyzedInstruction.java 112 protected void addSuccessor(AnalyzedInstruction successor) {
113 successors.add(successor);
MethodAnalyzer.java 188 for (AnalyzedInstruction successor: startOfMethod.successors) {
189 instructionsToAnalyze.set(successor.instructionIndex);
232 for (AnalyzedInstruction successor: instructionToAnalyze.successors) {
233 instructionsToAnalyze.set(successor.getInstructionIndex());
313 for (AnalyzedInstruction successor: startOfMethod.successors) {
314 instructionsToVerify.set(successor.instructionIndex);
338 for (AnalyzedInstruction successor: instructionToVerify.successors) {
339 instructionsToVerify.set(successor.getInstructionIndex());
470 for (AnalyzedInstruction successor: instruction.successors) {
471 if (successor.mergeRegister(registerNumber, postRegisterType, analyzedInstructions))
    [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 65 /// successors, we forward the edge from the predecessor to the successor by
169 // If the block is trivially dead, zap it. This eliminates the successor
185 // empty", we can replace uses of it with uses of the successor and make
205 // successor is now the header of the loop.
607 /// Since we can pick an arbitrary destination, we pick the successor with the
614 // Compute the successor with the minimum number of predecessors.
639 /// through to a successor, transform them now.
648 // successor, merge the blocks. This encourages recursive jump threading
    [all...]
  /art/compiler/dex/
arena_allocator.cc 39 "Successor ",
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
LocalVariableExtractor.java 172 * Merge this state into the start state for each successor,
RopMethod.java 159 * the successor's predecessors.
  /dalvik/dx/src/com/android/dx/rop/code/
LocalVariableExtractor.java 172 * Merge this state into the start state for each successor,
RopMethod.java 158 * the successor's predecessors.
  /dalvik/dx/src/com/android/dx/ssa/
LocalVariableExtractor.java 188 * Merge this state into the start state for each successor,
SsaRenamer.java 363 * phis in successor blocks.
624 * Updates the phi insns in successor blocks with operands based
656 SsaBasicBlock successor = ssaMeth.getBlocks().get(i); local
657 successor.forEachPhiInsn(visitor);
  /external/chromium/chrome/browser/sync/syncable/
nigori_util.cc 190 // Push the successor.

Completed in 519 milliseconds

1 2 3 45 6 7 8 91011>>