Home
last modified time | relevance | path

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

/freebsd/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
105 void printGraphForFunction(Function &F, GraphT Graph, StringRef Name, in printGraphForFunction()
150 GraphT Graph = AnalysisGraphTraitsT::getGraph(Result); in run() local
205 GraphT Graph = AnalysisGraphTraitsT::getGraph(&Analysis); in runOnFunction() local
244 GraphT Graph = AnalysisGraphTraitsT::getGraph(&Analysis); in runOnFunction() local
268 GraphT Graph = AnalysisGraphTraitsT::getGraph(&getAnalysis<AnalysisT>()); in runOnModule() local
294 GraphT Graph = AnalysisGraphTraitsT::getGraph(&getAnalysis<AnalysisT>()); in runOnModule() local
323 void WriteDOTGraphToFile(Function &F, GraphT &&Graph, in WriteDOTGraphToFile()
H A DDependenceGraphBuilder.h180 GraphType &Graph; global() variable
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGraphTraits.h98 const GraphType &Graph; member
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDDGPrinter.cpp60 const DataDependenceGraph *Graph) { in getNodeLabel()
78 const DataDependenceGraph *Graph) { in isNodeHidden()
H A DRegionPrinter.cpp36 getNodeLabel(RegionNode * Node,RegionNode * Graph) getNodeLabel() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVDuplicatesTracker.cpp34 std::vector<SPIRV::DTSortableEntry *> &Graph, in buildDepsGraph()
/freebsd/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/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/contrib/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h154 DenseMap<const BasicBlock *, DenseMap<const BasicBlock *, unsigned>> Graph; member
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h288 using Graph = PBQP::Graph<RegAllocSolverImpl>; variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebugObjectManagerPlugin.cpp438 [&DebugObj](LinkGraph &Graph) -> Error { in modifyPassConfig()
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DHTMLLogger.cpp493 std::string Graph; in buildCFGDot() local
/freebsd/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/contrib/llvm-project/llvm/lib/CodeGen/
H A DComplexDeinterleavingPass.cpp533 ComplexDeinterleavingGraph Graph(TL, TLI); in evaluateBasicBlock() local
/freebsd/contrib/llvm-project/llvm/lib/Passes/
H A DStandardInstrumentations.cpp1839 DotCfgDiff &Graph; member in __anon94a753662a11::DotCfgDiffNode