Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDDG.cpp49 SmallVector<Instruction *, 8> TmpIList; in collectInstructions() local
50 PN->collectInstructions(Pred, TmpIList); in collectInstructions()
51 llvm::append_range(IList, TmpIList); in collectInstructions()