Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DIRNormalizer.cpp74 SmallVector<Instruction *, 16> collectOutputInstructions(Function &F) const;
92 Outputs = collectOutputInstructions(F); in runOnFunction()
577 IRNormalizer::collectOutputInstructions(Function &F) const { in collectOutputInstructions() function in IRNormalizer