Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVDuplicatesTracker.cpp33 void SPIRVGeneralDuplicatesTracker::buildDepsGraph( in buildDepsGraph() function in SPIRVGeneralDuplicatesTracker
H A DSPIRVGlobalRegistry.h141 void buildDepsGraph(std::vector<SPIRV::DTSortableEntry *> &Graph,
143 DT.buildDepsGraph(Graph, MMI);
H A DSPIRVDuplicatesTracker.h217 void buildDepsGraph(std::vector<SPIRV::DTSortableEntry *> &Graph,
H A DSPIRVModuleAnalysis.cpp286 GR->buildDepsGraph(DepsGraph, SPVDumpDeps ? MMI : nullptr); in processDefInstrs()