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

/freebsd-13-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-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExplodedGraph.cpp458 for (const auto Sink : Sinks)
459 if (Sink)
460 WL1.push_back(Sink);
H A DExprEngine.cpp1998 const ExplodedNode *Sink = local
2022 Engine.blocksExhausted.push_back(std::make_pair(L, Sink));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMParallelDSP.cpp755 auto *Sink = cast<Instruction>(B);
757 if (DT->dominates(Source, Sink) ||
758 Source->getParent() != Sink->getParent() ||
759 isa<PHINode>(Source) || isa<PHINode>(Sink))
762 Source->moveBefore(Sink);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp3045 MachineBasicBlock *Sink = F->CreateMachineBasicBlock(LLVM_BB); local
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);
3070 BuildMI(*FBB, FBB->end(), DL, TII->get(Mips::B)).addMBB(Sink);
3077 // Insert phi function to $Sink
3114 MachineBasicBlock *Sink = F->CreateMachineBasicBlock(LLVM_BB); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DVectorUtils.h911 auto *Sink = B->first; local
931 !Dependences.lookup(Src).count(Sink);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp1497 const SCEV *Sink = PSE.getSCEV(BPtr); local
1503 std::swap(Src, Sink);
1509 const SCEV *Dist = PSE.getSE()->getMinusSCEV(Sink, Src);
1511 LLVM_DEBUG(dbgs() << "LAA: Src Scev: " << *Src << "Sink Scev: " << *Sink
/freebsd-13-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-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h175 Sink = 0x04, // Should this cl::list eat all unknown options? enumerator in enum:llvm::cl::MiscFlags
315 bool isSink() const { return getMiscFlags() & cl::Sink; }
/freebsd-13-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-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7342 // Apply Sink-After legal constraints.
7344 VPRecipeBase *Sink = RecipeBuilder.getRecipe(Entry.first);
7346 Sink->moveAfter(Target);
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile1538 SRCS_MIN+= Transforms/Scalar/Sink.cpp

Completed in 284 milliseconds