Home
last modified time | relevance | path

Searched defs:Graph (Results 1 – 16 of 16) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h34 void viewGraphForFunction(Function &F, GraphT Graph, StringRef Name, in viewGraphForFunction()
67 GraphT Graph = AnalysisGraphTraitsT::getGraph(Result); in run() local
106 void printGraphForFunction(Function &F, GraphT Graph, StringRef Name, in printGraphForFunction()
151 GraphT Graph = AnalysisGraphTraitsT::getGraph(Result); in run() local
206 GraphT Graph = AnalysisGraphTraitsT::getGraph(&Analysis); in runOnFunction() local
245 GraphT Graph = AnalysisGraphTraitsT::getGraph(&Analysis); in runOnFunction() local
269 GraphT Graph = AnalysisGraphTraitsT::getGraph(&getAnalysis<AnalysisT>()); in runOnModule() local
295 GraphT Graph = AnalysisGraphTraitsT::getGraph(&getAnalysis<AnalysisT>()); in runOnModule() local
324 void WriteDOTGraphToFile(Function &F, GraphT &&Graph, in WriteDOTGraphToFile()
H A DDependenceGraphBuilder.h179 GraphType &Graph; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/
H A DIntervalPartition.cpp105 void fillIntervalNode(CFGIntervalGraph &Graph, in fillIntervalNode()
144 CFGIntervalGraph Graph; in partitionIntoIntervalsImpl() local
208 CFGIntervalGraph partitionIntoIntervals(const CFGIntervalGraph &Graph) { in partitionIntoIntervals()
218 internal::CFGIntervalGraph Graph = internal::partitionIntoIntervals(Cfg); in getIntervalWTO() local
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGraphTraits.h98 const GraphType &Graph; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DDDGPrinter.cpp60 const DataDependenceGraph *Graph) { in getNodeLabel()
78 const DataDependenceGraph *Graph) { in isNodeHidden()
H A DRegionPrinter.cpp35 RegionNode *Graph) { in getNodeLabel()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVDuplicatesTracker.cpp34 std::vector<SPIRV::DTSortableEntry *> &Graph, in buildDepsGraph()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixIrreducibleControlFlow.cpp257 ReachabilityGraph Graph(Entry, Blocks); in processRegion() local
339 const ReachabilityGraph &Graph) { in makeSingleEntryLoop()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DGraph.h176 Graph(const Graph &Other) {} in Graph() function
344 Graph(GraphMetadata Metadata) : Metadata(std::move(Metadata)) {} in Graph() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h148 DenseMap<const BasicBlock *, DenseMap<const BasicBlock *, unsigned>> Graph; member
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h288 using Graph = PBQP::Graph<RegAllocSolverImpl>; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp438 [&DebugObj](LinkGraph &Graph) -> Error { in modifyPassConfig()
/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.cpp481 std::string Graph; in buildCFGDot() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LoadValueInjectionLoadHardening.cpp275 std::unique_ptr<MachineGadgetGraph> Graph = getGadgetGraph(MF, MLI, MDT, MDF); in runOnMachineFunction() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp533 ComplexDeinterleavingGraph Graph(TL, TLI); in evaluateBasicBlock() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1746 DotCfgDiff &Graph; member in __anonb0928b5c2a11::DotCfgDiffNode