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

<<11121314151617181920>>

  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonStoreWidening.cpp 553 bool Succ = selectStores(I++, E, OG, CollectedSize, MaxWideSize) &&
556 if (!Succ)
  /external/llvm/lib/Transforms/Instrumentation/
SanitizerCoverage.cpp 323 for (const BasicBlock *SUCC : make_range(succ_begin(BB), succ_end(BB))) {
324 if (!DT->dominates(BB, SUCC))
  /external/llvm/tools/llvm-c-test/
echo.cpp 574 LLVMAtomicOrdering Succ = LLVMGetCmpXchgSuccessOrdering(Src);
578 Dst = LLVMBuildAtomicCmpXchg(Builder, Ptr, Cmp, New, Succ, Fail,
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_computation.cc 622 for (const HloInstruction* succ : item->control_successors()) {
623 worklist.push(succ);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppNotification.java 431 Log.v(TAG, "outbound: succ-" + outboundSuccNumber + " fail-" + outboundFailNumber);
497 Log.v(TAG, "inbound: succ-" + inboundSuccNumber + " fail-" + inboundFailNumber);
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
check.go 27 f.Fatalf("block pred/succ not crosslinked correctly %d:%s %d:%s", i, b, se.i, se.b)
32 f.Fatalf("block succ/pred not crosslinked correctly %d:%s %d:%s", i, b, pe.i, pe.b)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
check.go 27 f.Fatalf("block pred/succ not crosslinked correctly %d:%s %d:%s", i, b, se.i, se.b)
32 f.Fatalf("block succ/pred not crosslinked correctly %d:%s %d:%s", i, b, pe.i, pe.b)
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
inline_pass.cpp 533 [&firstId, &lastId, this](uint32_t succ) {
534 ir::BasicBlock* sbp = this->id2block_[succ];
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
FastISel.cpp     [all...]
  /system/media/camera/docs/
metadata_model.py 172 succ = True
182 succ = False
184 succ = child.validate_tree() and succ
186 return succ
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ObjCARC.cpp     [all...]
  /external/v8/src/compiler/
register-allocator.cc 172 LiveRangeBound* FindSucc(const InstructionBlock* succ) {
174 succ->first_instruction_index());
    [all...]
  /external/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp 309 void addSucc(BasicBlock *Succ) { Succs.push_back(Succ); }
    [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 233 BasicBlock *Succ = BI->getSuccessor(0);
244 BB = Succ;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMConstantIslandPass.cpp 751 MachineBasicBlock *Succ = *OrigBB->succ_begin();
752 OrigBB->removeSuccessor(Succ);
753 NewBB->addSuccessor(Succ);
757 assert((Succ->empty() || !Succ->begin()->isPHI())
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp     [all...]
  /libcore/ojluni/src/main/java/java/util/concurrent/
ConcurrentSkipListMap.java 595 * @param succ the expected current successor
599 final boolean link(Index<K,V> succ, Index<K,V> newSucc) {
601 newSucc.right = succ;
602 return n.value != null && casRight(succ, newSucc);
607 * succ. Fails (forcing a retraversal by caller) if this node
609 * @param succ the expected current successor
612 final boolean unlink(Index<K,V> succ) {
613 return node.value != null && casRight(succ, succ.right);
    [all...]
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 404 /// Adds an edge to Succ to Dist. If \c LoopHead.isValid(), then whether the
410 const BlockNode &Pred, const BlockNode &Succ, uint64_t Weight);
606 void addEdge(IrrNode &Irr, const BlockNode &Succ,
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIMachineScheduler.h 113 void addSucc(SIScheduleBlock *Succ);
  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 172 /// 1. If this block ends with no branches (it just falls through to its succ)
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreInstrInfo.cpp 168 /// 1. If this block ends with no branches (it just falls through to its succ)
  /external/v8/src/
log.cc 561 if (Succ(head_) == static_cast<int>(base::NoBarrier_Load(&tail_))) {
565 head_ = Succ(head_);
583 Succ(base::NoBarrier_Load(&tail_))));
589 int Succ(int index) { return (index + 1) % kBufferSize; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineTraceMetrics.h 146 const MachineBasicBlock *Succ = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineTraceMetrics.h 146 const MachineBasicBlock *Succ = nullptr;

Completed in 809 milliseconds

<<11121314151617181920>>