HomeSort by relevance Sort by last modified time
    Searched full:succ (Results 76 - 100 of 715) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/swiftshader/third_party/LLVM/lib/Analysis/
ProfileInfo.cpp 250 succ_const_iterator Succ = succ_begin(BB), End = succ_end(BB);
251 if (Succ == End) {
258 for(;Succ != End; ++Succ) {
259 if (P.find(*Succ) != P.end()) continue;
260 Edge e = getEdge(BB,*Succ);
262 P[*Succ] = BB;
263 BFS.push(*Succ);
264 if ((Mode & GetPathToDest) && *Succ == Dest) {
266 BB = *Succ;
    [all...]
  /external/valgrind/memcheck/tests/solaris/
scalar.c 68 SY(SYS_pgrpsys, x0); SUCC;
75 SY(SYS_pgrpsys, x0 + 2, x0); SUCC;
82 SY(SYS_pgrpsys, x0 + 4, x0); SUCC;
351 SY(SYS_tasksys, x0 + 1); SUCC;
358 SY(SYS_tasksys, x0 + 2); SUCC;
456 SY(SYS_privsys, x0 + PRIVSYS_ISSETUGID); SUCC;
505 SY(SYS_sysfs, x0 + GETNFSTYP); SUCC;
552 SY(SYS_statvfs, x0 + path, x0 + &stats); SUCC;
580 SY(SYS_priocntlsys, x0 + 1, x0, x0 + PC_GETCID, x0 + &pcinfo, x0); SUCC;
590 SY(SYS_priocntlsys, x0 + 1, x0, x0 + PC_GETCLINFO, x0 + &pcinfo, x0); SUCC;
    [all...]
  /dalvik/dx/src/com/android/dx/command/dump/
BlockDumper.java 243 int succ = successors.get(j); local
244 parsed(bytes, end, 0, "next " + Hex.u2(succ));
327 int succ = successors.get(i); local
329 sb.append(Hex.u2(succ));
331 if ((ssz != 1) && (succ == primary)) {
  /external/mesa3d/src/compiler/nir/
nir_liveness.c 111 /** Propagates the live in of succ across the edge to the live out of pred
121 propagate_across_edge(nir_block *pred, nir_block *succ,
125 memcpy(live, succ->live_in, state->bitset_words * sizeof *live);
127 nir_foreach_instr(instr, succ) {
136 nir_foreach_instr(instr, succ) {
  /prebuilts/go/darwin-x86/src/go/types/
initorder.go 178 // s in n.succ represents an edge n->s; with a->b indicating that
182 pred, succ nodeSet // consumers and dependencies of this node (lazily initialized)
218 n.succ.add(d)
239 for s := range n.succ {
242 p.succ.add(s)
247 delete(p.succ, n) // remove edge to n
259 n.ndeps = len(n.succ)
  /prebuilts/go/linux-x86/src/go/types/
initorder.go 178 // s in n.succ represents an edge n->s; with a->b indicating that
182 pred, succ nodeSet // consumers and dependencies of this node (lazily initialized)
218 n.succ.add(d)
239 for s := range n.succ {
242 p.succ.add(s)
247 delete(p.succ, n) // remove edge to n
259 n.ndeps = len(n.succ)
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 375 /// Add Succ as a successor of this MachineBasicBlock. The Predecessors list
376 /// of Succ is automatically updated. PROB parameter is stored in
383 void addSuccessor(MachineBasicBlock *Succ,
386 /// Add Succ as a successor of this MachineBasicBlock. The Predecessors list
387 /// of Succ is automatically updated. The probability is not provided because
390 void addSuccessorWithoutProb(MachineBasicBlock *Succ);
409 /// Predecessors list of Succ is automatically updated.
412 void removeSuccessor(MachineBasicBlock *Succ,
416 /// MachineBasicBlock. The Predecessors list of Succ is automatically updated.
505 MachineBasicBlock *SplitCriticalEdge(MachineBasicBlock *Succ, Pass &P)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 382 /// Add Succ as a successor of this MachineBasicBlock. The Predecessors list
383 /// of Succ is automatically updated. PROB parameter is stored in
390 void addSuccessor(MachineBasicBlock *Succ,
393 /// Add Succ as a successor of this MachineBasicBlock. The Predecessors list
394 /// of Succ is automatically updated. The probability is not provided because
397 void addSuccessorWithoutProb(MachineBasicBlock *Succ);
416 /// Predecessors list of Succ is automatically updated.
419 void removeSuccessor(MachineBasicBlock *Succ,
423 /// MachineBasicBlock. The Predecessors list of Succ is automatically updated.
526 MachineBasicBlock *SplitCriticalEdge(MachineBasicBlock *Succ, Pass &P)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineBasicBlock.h 395 /// Add Succ as a successor of this MachineBasicBlock. The Predecessors list
396 /// of Succ is automatically updated. PROB parameter is stored in
403 void addSuccessor(MachineBasicBlock *Succ,
406 /// Add Succ as a successor of this MachineBasicBlock. The Predecessors list
407 /// of Succ is automatically updated. The probability is not provided because
410 void addSuccessorWithoutProb(MachineBasicBlock *Succ);
429 /// Predecessors list of Succ is automatically updated.
432 void removeSuccessor(MachineBasicBlock *Succ,
436 /// MachineBasicBlock. The Predecessors list of Succ is automatically updated.
538 MachineBasicBlock *SplitCriticalEdge(MachineBasicBlock *Succ, Pass &P)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineBasicBlock.h 395 /// Add Succ as a successor of this MachineBasicBlock. The Predecessors list
396 /// of Succ is automatically updated. PROB parameter is stored in
403 void addSuccessor(MachineBasicBlock *Succ,
406 /// Add Succ as a successor of this MachineBasicBlock. The Predecessors list
407 /// of Succ is automatically updated. The probability is not provided because
410 void addSuccessorWithoutProb(MachineBasicBlock *Succ);
429 /// Predecessors list of Succ is automatically updated.
432 void removeSuccessor(MachineBasicBlock *Succ,
436 /// MachineBasicBlock. The Predecessors list of Succ is automatically updated.
538 MachineBasicBlock *SplitCriticalEdge(MachineBasicBlock *Succ, Pass &P)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineBasicBlock.h 398 /// Add Succ as a successor of this MachineBasicBlock. The Predecessors list
399 /// of Succ is automatically updated. PROB parameter is stored in
406 void addSuccessor(MachineBasicBlock *Succ,
409 /// Add Succ as a successor of this MachineBasicBlock. The Predecessors list
410 /// of Succ is automatically updated. The probability is not provided because
413 void addSuccessorWithoutProb(MachineBasicBlock *Succ);
432 /// Predecessors list of Succ is automatically updated.
435 void removeSuccessor(MachineBasicBlock *Succ,
439 /// MachineBasicBlock. The Predecessors list of Succ is automatically updated.
541 MachineBasicBlock *SplitCriticalEdge(MachineBasicBlock *Succ, Pass &P)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineBasicBlock.h 398 /// Add Succ as a successor of this MachineBasicBlock. The Predecessors list
399 /// of Succ is automatically updated. PROB parameter is stored in
406 void addSuccessor(MachineBasicBlock *Succ,
409 /// Add Succ as a successor of this MachineBasicBlock. The Predecessors list
410 /// of Succ is automatically updated. The probability is not provided because
413 void addSuccessorWithoutProb(MachineBasicBlock *Succ);
432 /// Predecessors list of Succ is automatically updated.
435 void removeSuccessor(MachineBasicBlock *Succ,
439 /// MachineBasicBlock. The Predecessors list of Succ is automatically updated.
541 MachineBasicBlock *SplitCriticalEdge(MachineBasicBlock *Succ, Pass &P)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineBasicBlock.h 398 /// Add Succ as a successor of this MachineBasicBlock. The Predecessors list
399 /// of Succ is automatically updated. PROB parameter is stored in
406 void addSuccessor(MachineBasicBlock *Succ,
409 /// Add Succ as a successor of this MachineBasicBlock. The Predecessors list
410 /// of Succ is automatically updated. The probability is not provided because
413 void addSuccessorWithoutProb(MachineBasicBlock *Succ);
432 /// Predecessors list of Succ is automatically updated.
435 void removeSuccessor(MachineBasicBlock *Succ,
439 /// MachineBasicBlock. The Predecessors list of Succ is automatically updated.
541 MachineBasicBlock *SplitCriticalEdge(MachineBasicBlock *Succ, Pass &P)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineBasicBlock.h 398 /// Add Succ as a successor of this MachineBasicBlock. The Predecessors list
399 /// of Succ is automatically updated. PROB parameter is stored in
406 void addSuccessor(MachineBasicBlock *Succ,
409 /// Add Succ as a successor of this MachineBasicBlock. The Predecessors list
410 /// of Succ is automatically updated. The probability is not provided because
413 void addSuccessorWithoutProb(MachineBasicBlock *Succ);
432 /// Predecessors list of Succ is automatically updated.
435 void removeSuccessor(MachineBasicBlock *Succ,
439 /// MachineBasicBlock. The Predecessors list of Succ is automatically updated.
541 MachineBasicBlock *SplitCriticalEdge(MachineBasicBlock *Succ, Pass &P)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 382 /// Add Succ as a successor of this MachineBasicBlock. The Predecessors list
383 /// of Succ is automatically updated. PROB parameter is stored in
390 void addSuccessor(MachineBasicBlock *Succ,
393 /// Add Succ as a successor of this MachineBasicBlock. The Predecessors list
394 /// of Succ is automatically updated. The probability is not provided because
397 void addSuccessorWithoutProb(MachineBasicBlock *Succ);
416 /// Predecessors list of Succ is automatically updated.
419 void removeSuccessor(MachineBasicBlock *Succ,
423 /// MachineBasicBlock. The Predecessors list of Succ is automatically updated.
526 MachineBasicBlock *SplitCriticalEdge(MachineBasicBlock *Succ, Pass &P)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachineBasicBlock.h 395 /// Add Succ as a successor of this MachineBasicBlock. The Predecessors list
396 /// of Succ is automatically updated. PROB parameter is stored in
403 void addSuccessor(MachineBasicBlock *Succ,
406 /// Add Succ as a successor of this MachineBasicBlock. The Predecessors list
407 /// of Succ is automatically updated. The probability is not provided because
410 void addSuccessorWithoutProb(MachineBasicBlock *Succ);
429 /// Predecessors list of Succ is automatically updated.
432 void removeSuccessor(MachineBasicBlock *Succ,
436 /// MachineBasicBlock. The Predecessors list of Succ is automatically updated.
538 MachineBasicBlock *SplitCriticalEdge(MachineBasicBlock *Succ, Pass &P)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachineBasicBlock.h 395 /// Add Succ as a successor of this MachineBasicBlock. The Predecessors list
396 /// of Succ is automatically updated. PROB parameter is stored in
403 void addSuccessor(MachineBasicBlock *Succ,
406 /// Add Succ as a successor of this MachineBasicBlock. The Predecessors list
407 /// of Succ is automatically updated. The probability is not provided because
410 void addSuccessorWithoutProb(MachineBasicBlock *Succ);
429 /// Predecessors list of Succ is automatically updated.
432 void removeSuccessor(MachineBasicBlock *Succ,
436 /// MachineBasicBlock. The Predecessors list of Succ is automatically updated.
538 MachineBasicBlock *SplitCriticalEdge(MachineBasicBlock *Succ, Pass &P)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineBasicBlock.h 398 /// Add Succ as a successor of this MachineBasicBlock. The Predecessors list
399 /// of Succ is automatically updated. PROB parameter is stored in
406 void addSuccessor(MachineBasicBlock *Succ,
409 /// Add Succ as a successor of this MachineBasicBlock. The Predecessors list
410 /// of Succ is automatically updated. The probability is not provided because
413 void addSuccessorWithoutProb(MachineBasicBlock *Succ);
432 /// Predecessors list of Succ is automatically updated.
435 void removeSuccessor(MachineBasicBlock *Succ,
439 /// MachineBasicBlock. The Predecessors list of Succ is automatically updated.
541 MachineBasicBlock *SplitCriticalEdge(MachineBasicBlock *Succ, Pass &P)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachineBasicBlock.h 398 /// Add Succ as a successor of this MachineBasicBlock. The Predecessors list
399 /// of Succ is automatically updated. PROB parameter is stored in
406 void addSuccessor(MachineBasicBlock *Succ,
409 /// Add Succ as a successor of this MachineBasicBlock. The Predecessors list
410 /// of Succ is automatically updated. The probability is not provided because
413 void addSuccessorWithoutProb(MachineBasicBlock *Succ);
432 /// Predecessors list of Succ is automatically updated.
435 void removeSuccessor(MachineBasicBlock *Succ,
439 /// MachineBasicBlock. The Predecessors list of Succ is automatically updated.
541 MachineBasicBlock *SplitCriticalEdge(MachineBasicBlock *Succ, Pass &P)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineBasicBlock.h 398 /// Add Succ as a successor of this MachineBasicBlock. The Predecessors list
399 /// of Succ is automatically updated. PROB parameter is stored in
406 void addSuccessor(MachineBasicBlock *Succ,
409 /// Add Succ as a successor of this MachineBasicBlock. The Predecessors list
410 /// of Succ is automatically updated. The probability is not provided because
413 void addSuccessorWithoutProb(MachineBasicBlock *Succ);
432 /// Predecessors list of Succ is automatically updated.
435 void removeSuccessor(MachineBasicBlock *Succ,
439 /// MachineBasicBlock. The Predecessors list of Succ is automatically updated.
541 MachineBasicBlock *SplitCriticalEdge(MachineBasicBlock *Succ, Pass &P)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MachineBasicBlock.h 398 /// Add Succ as a successor of this MachineBasicBlock. The Predecessors list
399 /// of Succ is automatically updated. PROB parameter is stored in
406 void addSuccessor(MachineBasicBlock *Succ,
409 /// Add Succ as a successor of this MachineBasicBlock. The Predecessors list
410 /// of Succ is automatically updated. The probability is not provided because
413 void addSuccessorWithoutProb(MachineBasicBlock *Succ);
432 /// Predecessors list of Succ is automatically updated.
435 void removeSuccessor(MachineBasicBlock *Succ,
439 /// MachineBasicBlock. The Predecessors list of Succ is automatically updated.
541 MachineBasicBlock *SplitCriticalEdge(MachineBasicBlock *Succ, Pass &P)
    [all...]
  /art/compiler/optimizing/
dead_code_elimination.cc 253 HBasicBlock* succ = block->GetSingleSuccessor(); local
257 if (succ != exit &&
259 pred->Dominates(succ) &&
260 succ->GetPredecessors().size() > 1u &&
261 succ->GetPhis().IsEmpty()) {
262 block->ReplaceSuccessor(succ, exit);
  /external/guava/guava/src/com/google/common/collect/
LinkedHashMultimap.java 132 private static <K, V> void succeedsInValueSet(ValueSetLink<K, V> pred, ValueSetLink<K, V> succ) {
133 pred.setSuccessorInValueSet(succ);
134 succ.setPredecessorInValueSet(pred);
138 ValueEntry<K, V> pred, ValueEntry<K, V> succ) {
139 pred.setSuccessorInMultimap(succ);
140 succ.setPredecessorInMultimap(pred);
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
LinkedHashMultimap.java 128 private static <K, V> void succeedsInValueSet(ValueSetLink<K, V> pred, ValueSetLink<K, V> succ) {
129 pred.setSuccessorInValueSet(succ);
130 succ.setPredecessorInValueSet(pred);
134 ValueEntry<K, V> pred, ValueEntry<K, V> succ) {
135 pred.setSuccessorInMultimap(succ);
136 succ.setPredecessorInMultimap(pred);
  /external/llvm/lib/Transforms/Utils/
Local.cpp 193 for (BasicBlock *Succ : SI->successors()) {
195 if (Succ == TheOnlyDest)
198 Succ->removePredecessor(BB);
621 /// almost-empty BB ending in an unconditional branch to Succ, into Succ.
623 /// Assumption: Succ is the single successor for BB.
625 static bool CanPropagatePredecessorsForPHIs(BasicBlock *BB, BasicBlock *Succ) {
626 assert(*succ_begin(BB) == Succ && "Succ is not successor of BB!");
629 << Succ->getName() << "\n")
    [all...]

Completed in 741 milliseconds

1 2 34 5 6 7 8 91011>>