HomeSort by: relevance | last modified time | path
    Searched refs:LicmMssaOptCap (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Scalar/
LICM.h 47 unsigned LicmMssaOptCap;
52 : LicmMssaOptCap(SetLicmMssaOptCap),
54 LICMPass(unsigned LicmMssaOptCap, unsigned LicmMssaNoAccForPromotionCap)
55 : LicmMssaOptCap(LicmMssaOptCap),
  /src/external/apache2/llvm/dist/llvm/include/llvm-c/Transforms/
PassBuilder.h 87 unsigned LicmMssaOptCap);
  /src/external/apache2/llvm/dist/llvm/lib/Passes/
PassBuilderBindings.cpp 127 unsigned LicmMssaOptCap) {
128 unwrap(Options)->PTO.LicmMssaOptCap = LicmMssaOptCap;
PassBuilder.cpp 287 LicmMssaOptCap = SetLicmMssaOptCap;
576 LPM1.addPass(LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap));
581 LPM1.addPass(LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap));
749 LPM1.addPass(LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap));
755 LPM1.addPass(LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap));
842 LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap),
1237 LPM.addPass(LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap));
1305 LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap),
1827 LICMPass(PTO.LicmMssaOptCap, PTO.LicmMssaNoAccForPromotionCap),
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 121 SinkAndHoistLICMFlags(unsigned LicmMssaOptCap,
131 bool tooManyClobberingCalls() { return LicmMssaOptCounter >= LicmMssaOptCap; }
137 unsigned LicmMssaOptCap;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
PassManagerBuilder.h 174 unsigned LicmMssaOptCap;
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/
Scalar.h 135 Pass *createLICMPass(unsigned LicmMssaOptCap,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
PassManagerBuilder.cpp 195 LicmMssaOptCap = SetLicmMssaOptCap;
441 MPM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap));
445 MPM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap));
506 MPM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap));
565 PM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap));
630 PM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap));
871 MPM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap));
1101 PM.add(createLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap));
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LICM.cpp 201 LoopInvariantCodeMotion(unsigned LicmMssaOptCap,
203 : LicmMssaOptCap(LicmMssaOptCap),
207 unsigned LicmMssaOptCap;
217 unsigned LicmMssaOptCap = SetLicmMssaOptCap,
219 : LoopPass(ID), LICM(LicmMssaOptCap, LicmMssaNoAccForPromotionCap) {
283 LoopInvariantCodeMotion LICM(LicmMssaOptCap, LicmMssaNoAccForPromotionCap);
310 Pass *llvm::createLICMPass(unsigned LicmMssaOptCap,
312 return new LegacyLICMPass(LicmMssaOptCap, LicmMssaNoAccForPromotionCap);
321 unsigned LicmMssaOptCap, unsigned LicmMssaNoAccForPromotionCap, bool IsSink
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Passes/
PassBuilder.h 118 unsigned LicmMssaOptCap;

Completed in 37 milliseconds