HomeSort by: relevance | last modified time | path
    Searched defs:Sink (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/benchmarks/
allocation.bench.cpp 134 int Sink = RegisterAllocBenchmarks();
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
VectorUtils.h 812 /// access to a set of dependent sink accesses.
888 // and sink strided stores. The code below checks the legality of the
905 // B is potentially the sink of a dependence.
906 auto *Sink = B->first;
923 // If we know there is a dependence from source to sink, assume the
926 !Dependences.lookup(Src).count(Sink);
  /src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-internal.h 111 struct Sink {};
121 typename std::enable_if<!std::is_convertible<T, Sink>::value,
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
CommandLine.h 171 Sink = 0x04, // Should this cl::list eat all unknown options?
311 bool isSink() const { return getMiscFlags() & cl::Sink; }
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
LoopAccessAnalysis.cpp 1476 const SCEV *Sink = PSE.getSCEV(BPtr);
1478 // If the induction step is negative we have to invert source and sink of the
1482 std::swap(Src, Sink);
1488 const SCEV *Dist = PSE.getSE()->getMinusSCEV(Sink, Src);
1490 LLVM_DEBUG(dbgs() << "LAA: Src Scev: " << *Src << "Sink Scev: " << *Sink
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp 3030 // b $sink
3033 // $sink:
3045 MachineBasicBlock *Sink = F->CreateMachineBasicBlock(LLVM_BB);
3048 F->insert(It, Sink);
3050 // Transfer the remainder of BB and its successor edges to Sink.
3051 Sink->splice(Sink->begin(), BB, std::next(MachineBasicBlock::iterator(MI)),
3053 Sink->transferSuccessorsAndUpdatePHIs(BB);
3058 FBB->addSuccessor(Sink);
3059 TBB->addSuccessor(Sink);
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 2003 const ExplodedNode *Sink =
2026 // Make sink nodes as exhausted(for stats) only if retry failed.
2027 Engine.blocksExhausted.push_back(std::make_pair(L, Sink));
2117 // use the traditional "merge" approach and others sink the branch
2345 // Dispatch to the first target and mark it as a sink.

Completed in 58 milliseconds