Home
last modified time | relevance | path

Searched refs:getActiveBlocks (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLockstepReverseIterator.h24 SmallSetVector<BasicBlock *, 4> &getActiveBlocks() { return ActiveBlocks; } in getActiveBlocks() function
90 SmallSetVector<BasicBlock *, 4> &getActiveBlocks() { in getActiveBlocks() function
91 return Base::getActiveBlocks(); in getActiveBlocks()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp626 auto &ActivePreds = LRI.getActiveBlocks(); in analyzeInstructionForSinking()