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

  /external/llvm/lib/Target/WebAssembly/
WebAssemblyReplacePhysRegs.cpp 70 assert(!mustPreserveAnalysisID(LiveIntervalsID) &&
WebAssemblyPrepareForLiveIntervals.cpp 93 assert(!mustPreserveAnalysisID(LiveIntervalsID) &&
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
BreakCriticalEdges.cpp 333 P->mustPreserveAnalysisID(LoopSimplifyID)) {
338 if (P->mustPreserveAnalysisID(LCSSAID)) {
377 if (P->mustPreserveAnalysisID(LCSSAID))
386 assert((!P->mustPreserveAnalysisID(LCSSAID) ||
387 P->mustPreserveAnalysisID(LoopSimplifyID)) &&
BasicBlockUtils.cpp 333 bool PreserveLCSSA = P->mustPreserveAnalysisID(LCSSAID);
  /external/llvm/include/llvm/
Pass.h 204 /// mustPreserveAnalysisID - This method serves the same function as
210 bool mustPreserveAnalysisID(char &AID) const;
  /external/llvm/lib/IR/
Pass.cpp 54 bool Pass::mustPreserveAnalysisID(char &AID) const {
  /external/swiftshader/third_party/LLVM/include/llvm/
Pass.h 189 /// mustPreserveAnalysisID - This method serves the same function as
195 bool mustPreserveAnalysisID(char &AID) const;
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Pass.cpp 47 bool Pass::mustPreserveAnalysisID(char &AID) const {
  /external/llvm/lib/Target/PowerPC/
PPCLoopPreIncPrep.cpp 154 PreserveLCSSA = mustPreserveAnalysisID(LCSSAID);
PPCCTRLoops.cpp 178 PreserveLCSSA = mustPreserveAnalysisID(LCSSAID);
  /external/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp 456 PreserveLCSSA = mustPreserveAnalysisID(LCSSAID);
    [all...]
LoopUnrollPass.cpp     [all...]
LoopRerollPass.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp 781 bool PreserveLCSSA = mustPreserveAnalysisID(LCSSAID);
    [all...]

Completed in 1478 milliseconds