Searched refs:OldLiveIn (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp2776 const SetVector<Value *> &OldLiveIn = Data.LiveIn[BB]; local
2777 // assert: OldLiveIn is a subset of LiveTmp
2778 if (OldLiveIn.size() != LiveTmp.size()) {

Completed in 126 milliseconds