Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/
DGVNSink.cpp153 SmallSetVector<BasicBlock *, 4> &getActiveBlocks() { return ActiveBlocks; } in getActiveBlocks() function in __anon80f780af0111::LockstepReverseIterator
670 auto &ActivePreds = LRI.getActiveBlocks(); in analyzeInstructionForSinking()