Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IsCleanupFuncletEntry

119   bool IsCleanupFuncletEntry = false;
374 bool isCleanupFuncletEntry() const { return IsCleanupFuncletEntry; }
377 void setIsCleanupFuncletEntry(bool V = true) { IsCleanupFuncletEntry = V; }