Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGVNSink.cpp150 SmallSetVector<BasicBlock *, 4> &getActiveBlocks() { return ActiveBlocks; } in getActiveBlocks() function in __anond670ffe80111::LockstepReverseIterator
710 auto &ActivePreds = LRI.getActiveBlocks(); in analyzeInstructionForSinking()