Home
last modified time | relevance | path

Searched refs:buildDepsGraph (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.h94 void buildDepsGraph(std::vector<SPIRV::DTSortableEntry *> &Graph,
96 DT.buildDepsGraph(Graph, MMI);
H A DSPIRVDuplicatesTracker.cpp33 void SPIRVGeneralDuplicatesTracker::buildDepsGraph( in buildDepsGraph() function in SPIRVGeneralDuplicatesTracker
H A DSPIRVDuplicatesTracker.h130 void buildDepsGraph(std::vector<SPIRV::DTSortableEntry *> &Graph,
H A DSPIRVModuleAnalysis.cpp175 GR->buildDepsGraph(DepsGraph, SPVDumpDeps ? MMI : nullptr); in processDefInstrs()