Home
last modified time | relevance | path

Searched refs:getDependencies (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DBlockCoverageInference.h42 BlockSet getDependencies(const BasicBlock &BB) const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DBlockCoverageInference.cpp65 BlockCoverageInference::getDependencies(const BasicBlock &BB) const { in getDependencies() function in BlockCoverageInference
271 return BCI->getDependencies(*Src).count(Dest); in isDependent()
H A DPGOInstrumentation.cpp1519 for (auto *Dep : FuncInfo.BCI->getDependencies(BB)) { in populateCoverage()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDDG.h281 bool getDependencies(const NodeType &Src, const NodeType &Dst,
445 bool DependenceGraphInfo<NodeType>::getDependencies( in getDependencies() function
473 if (!getDependencies(Src, Dst, Deps)) in getDependenceString()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.h197 const TGLexer::DependenciesSetTy &getDependencies() const { in getDependencies() function
198 return Lex.getDependencies(); in getDependencies()
H A DMain.cpp100 for (const auto &Dep : Parser.getDependencies()) { in createDependencyFile()
H A DTGLexer.h221 const DependenciesSetTy &getDependencies() const { in getDependencies() function
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSplitModule.cpp440 void getDependencies(BitVector &BV) const { in getDependencies() function in llvm::__anon00e757230111::SplitGraph::Node
600 N->getDependencies(NodesReachableByKernels); in buildGraph()
692 N->getDependencies(BV); in verifyGraph()
1028 N.getDependencies(Cluster); in setupWorkList()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyFile.cpp390 ArrayRef<std::string> Files = getDependencies(); in outputDependencyFile()
H A DPrecompiledPreamble.cpp551 for (auto &Filename : PreambleDepCollector->getDependencies()) { in Build()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp446 const std::set<Intrinsic *> &getDependencies() const { return Dependencies; } in getDependencies() function in __anonfaf0748f0111::Intrinsic
2495 for (auto *II : (*I)->getDependencies()) { in run()
2602 for (auto *II : (*I)->getDependencies()) { in runFP16()
2765 for (auto *II : (*I)->getDependencies()) { in runBF16()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp52 for (const auto &File : getDependencies()) { in finishedMainFile()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4547 int getDependencies() const { return Dependencies; } in getDependencies() function in llvm::slpvectorizer::BoUpSLP::ScheduleData
4648 assert(SD->getUnscheduledDeps() <= SD->getDependencies() && in verify()
4651 assert(SD->getUnscheduledDeps() == SD->getDependencies() && in verify()