Searched refs:collectOutputInstructions (Results 1 – 1 of 1) sorted by relevance
74 SmallVector<Instruction *, 16> collectOutputInstructions(Function &F) const;92 Outputs = collectOutputInstructions(F); in runOnFunction()577 IRNormalizer::collectOutputInstructions(Function &F) const { in collectOutputInstructions() function in IRNormalizer