Searched refs:Sink (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/FuzzMutate/
H A DRandomIRBuilder.cpp111 if (Use *Sink = RS.getSelection()) {
112 User *U = Sink->getUser();
113 unsigned OpNo = Sink->getOperandNo();
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp459 for (const auto Sink : Sinks)
460 if (Sink)
461 WL1.push_back(Sink);
H A DExprEngine.cpp1966 const ExplodedNode *Sink = local
1990 Engine.blocksExhausted.push_back(std::make_pair(L, Sink));
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp752 auto *Sink = cast<Instruction>(B);
754 if (DT->dominates(Source, Sink) ||
755 Source->getParent() != Sink->getParent() ||
756 isa<PHINode>(Source) || isa<PHINode>(Sink))
759 Source->moveBefore(Sink);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h734 auto *Sink = B->first; local
754 !Dependences.lookup(Src).count(Sink);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp3046 MachineBasicBlock *Sink = F->CreateMachineBasicBlock(LLVM_BB); local
3049 F->insert(It, Sink);
3051 // Transfer the remainder of BB and its successor edges to Sink.
3052 Sink->splice(Sink->begin(), BB, std::next(MachineBasicBlock::iterator(MI)),
3054 Sink->transferSuccessorsAndUpdatePHIs(BB);
3059 FBB->addSuccessor(Sink);
3060 TBB->addSuccessor(Sink);
3071 BuildMI(*FBB, FBB->end(), DL, TII->get(Mips::B)).addMBB(Sink);
3078 // Insert phi function to $Sink
3115 MachineBasicBlock *Sink = F->CreateMachineBasicBlock(LLVM_BB); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp460 MachineInstr *Sink = DFG.addr<StmtNode *>(TransmitterId).Addr->getCode();
461 auto GadgetSink = MaybeAddNode(Sink);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1466 const SCEV *Sink = PSE.getSCEV(BPtr); local
1472 std::swap(Src, Sink);
1478 const SCEV *Dist = PSE.getSE()->getMinusSCEV(Sink, Src);
1480 LLVM_DEBUG(dbgs() << "LAA: Src Scev: " << *Src << "Sink Scev: " << *Sink
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h176 Sink = 0x04, // Should this cl::list eat all unknown options? enumerator in enum:llvm::cl::MiscFlags
316 bool isSink() const { return getMiscFlags() & cl::Sink; }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp226 else if (O->getMiscFlags() & cl::Sink) // Remember sink options
290 else if (O->getMiscFlags() & cl::Sink)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7244 // Apply Sink-After legal constraints.
7246 VPRecipeBase *Sink = RecipeBuilder.getRecipe(Entry.first);
7248 Sink->moveAfter(Target);
/freebsd-11-stable/lib/clang/libllvm/
H A DMakefile1510 SRCS_MIN+= Transforms/Scalar/Sink.cpp

Completed in 374 milliseconds