HomeSort by relevance Sort by last modified time
    Searched refs:mustPreserveAnalysisID (Results 1 - 8 of 8) sorted by null

  /external/llvm/include/llvm/
Pass.h 205 /// mustPreserveAnalysisID - This method serves the same function as
211 bool mustPreserveAnalysisID(char &AID) const;
  /external/llvm/lib/IR/
Pass.cpp 48 bool Pass::mustPreserveAnalysisID(char &AID) const {
  /external/llvm/lib/Target/PowerPC/
PPCLoopPreIncPrep.cpp 151 PreserveLCSSA = mustPreserveAnalysisID(LCSSAID);
PPCCTRLoops.cpp 178 PreserveLCSSA = mustPreserveAnalysisID(LCSSAID);
  /external/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp     [all...]
LoopInterchange.cpp 457 PreserveLCSSA = mustPreserveAnalysisID(LCSSAID);
    [all...]
LoopRerollPass.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp 791 bool PreserveLCSSA = mustPreserveAnalysisID(LCSSAID);
    [all...]

Completed in 1102 milliseconds