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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyPrepareForLiveIntervals.cpp84 assert(!mustPreserveAnalysisID(LiveIntervalsID) &&
H A DWebAssemblyReplacePhysRegs.cpp73 assert(!mustPreserveAnalysisID(LiveIntervalsID) &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DPass.cpp64 bool Pass::mustPreserveAnalysisID(char &AID) const { function in class:Pass
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/
H A DPass.h193 /// mustPreserveAnalysisID - This method serves the same function as
198 bool mustPreserveAnalysisID(char &AID) const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopPass.cpp234 if (mustPreserveAnalysisID(LCSSAVerificationPass::ID))
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DHardwareLoops.cpp231 PreserveLCSSA = mustPreserveAnalysisID(LCSSAID);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopSimplify.cpp836 bool PreserveLCSSA = mustPreserveAnalysisID(LCSSAID);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCLoopInstrFormPrep.cpp295 PreserveLCSSA = mustPreserveAnalysisID(LCSSAID);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp1657 PreserveLCSSA = mustPreserveAnalysisID(LCSSAID);
H A DLoopUnrollPass.cpp1278 bool PreserveLCSSA = mustPreserveAnalysisID(LCSSAID);

Completed in 190 milliseconds