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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DShrinkWrap.cpp1 //===- ShrinkWrap.cpp - Compute safe point for prolog/epilog insertion ----===//
110 class ShrinkWrap : public MachineFunctionPass { class in namespace:__anon1825
220 ShrinkWrap() : MachineFunctionPass(ID) { function in class:__anon1825::ShrinkWrap
248 char ShrinkWrap::ID = 0;
250 char &llvm::ShrinkWrapID = ShrinkWrap::ID;
252 INITIALIZE_PASS_BEGIN(ShrinkWrap, DEBUG_TYPE, "Shrink Wrap Pass", false, false)
258 INITIALIZE_PASS_END(ShrinkWrap, DEBUG_TYPE, "Shrink Wrap Pass", false, false)
260 bool ShrinkWrap::useOrDefCSROrFI(const MachineInstr &MI,
327 void ShrinkWrap::updateSaveRestorePoints(MachineBasicBlock &MBB,
463 bool ShrinkWrap
[all...]
/freebsd-11-stable/lib/clang/libllvm/
H A DMakefile373 SRCS_MIN+= CodeGen/ShrinkWrap.cpp

Completed in 62 milliseconds