Home
last modified time | relevance | path

Searched defs:shouldCreatePiBlocks (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DDependenceGraphBuilder.h143 virtual bool shouldCreatePiBlocks() const { return true; } in shouldCreatePiBlocks() function
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DDDG.cpp301 bool DDGBuilder::shouldCreatePiBlocks() const { return CreatePiBlocks; } in shouldCreatePiBlocks() function in DDGBuilder