Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceGraphBuilder.h143 virtual bool shouldCreatePiBlocks() const { return true; } in shouldCreatePiBlocks() function
H A DDDG.h400 bool shouldCreatePiBlocks() const final;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceGraphBuilder.cpp92 if (!shouldCreatePiBlocks()) in createPiBlocks()
485 if (!shouldCreatePiBlocks()) in sortNodesTopologically()
H A DDDG.cpp300 bool DDGBuilder::shouldCreatePiBlocks() const { return CreatePiBlocks; } in shouldCreatePiBlocks() function in DDGBuilder