Lines Matching full:wrapping
94 STATISTIC(NumCandidates, "Number of shrink-wrapping candidates");
96 "Number of shrink-wrapping candidates dropped because of frequency");
100 cl::desc("enable the shrink-wrapping pass"));
110 /// shrink-wrapping term for prologue/epilogue placement, this pass
249 /// shrink-wrapping.
252 /// Check if shrink wrapping is enabled for this target and function.
277 StringRef getPassName() const override { return "Shrink Wrapping analysis"; } in getPassName()
279 /// Perform the shrink-wrapping analysis and update
730 // Make sure Save and Restore are suitable for shrink-wrapping: in updateSaveRestorePoints()
836 LLVM_DEBUG(dbgs() << "EHPad/inlineasm_br prevents shrink-wrapping\n"); in performShrinkWrapping()
983 // to use shrink-wrapping. in isShrinkWrapEnabled()
995 // something related to shrink-wrapping. in isShrinkWrapEnabled()
1001 llvm_unreachable("Invalid shrink-wrapping state"); in isShrinkWrapEnabled()