Home
last modified time | relevance | path

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

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