Home
last modified time | relevance | path

Searched refs:mustPreserveAnalysisID (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyReplacePhysRegs.cpp73 assert(!mustPreserveAnalysisID(LiveIntervalsID) && in runOnMachineFunction()
DWebAssemblyPrepareForLiveIntervals.cpp84 assert(!mustPreserveAnalysisID(LiveIntervalsID) && in runOnMachineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/
DPass.h199 bool mustPreserveAnalysisID(char &AID) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DPass.cpp67 bool Pass::mustPreserveAnalysisID(char &AID) const { in mustPreserveAnalysisID() function in Pass
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopPass.cpp269 if (mustPreserveAnalysisID(LCSSAVerificationPass::ID)) in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DHardwareLoops.cpp231 PreserveLCSSA = mustPreserveAnalysisID(LCSSAID); in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopSimplify.cpp816 bool PreserveLCSSA = mustPreserveAnalysisID(LCSSAID); in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCLoopInstrFormPrep.cpp295 PreserveLCSSA = mustPreserveAnalysisID(LCSSAID); in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopUnrollPass.cpp1237 bool PreserveLCSSA = mustPreserveAnalysisID(LCSSAID); in runOnLoop()
DLoopRerollPass.cpp1651 PreserveLCSSA = mustPreserveAnalysisID(LCSSAID); in runOnLoop()