Home
last modified time | relevance | path

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

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