Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp91 if (!shouldCreatePiBlocks()) in createPiBlocks()
484 if (!shouldCreatePiBlocks()) in sortNodesTopologically()
H A DDDG.cpp302 bool DDGBuilder::shouldCreatePiBlocks() const { return CreatePiBlocks; } in shouldCreatePiBlocks() function in DDGBuilder
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDependenceGraphBuilder.h143 virtual bool shouldCreatePiBlocks() const { return true; } in shouldCreatePiBlocks() function
H A DDDG.h411 bool shouldCreatePiBlocks() const final override;