Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2955 SmallVector<IntrinsicInst*, 12> InvariantStartInstructions; in stripNonValidDataFromBody() local
2966 InvariantStartInstructions.push_back(II); in stripNonValidDataFromBody()
2988 for (auto *II : InvariantStartInstructions) { in stripNonValidDataFromBody()