Home
last modified time | relevance | path

Searched refs:areAllPreserved (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAnalysis.h141 if (!areAllPreserved()) in preserve()
153 if (!areAllPreserved()) in preserveSet()
183 if (Arg.areAllPreserved()) in intersect()
185 if (areAllPreserved()) { in intersect()
204 if (Arg.areAllPreserved()) in intersect()
206 if (areAllPreserved()) { in intersect()
281 bool areAllPreserved() const { in areAllPreserved() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachinePassManager.cpp47 if (PA.areAllPreserved()) in invalidate()
80 if (PA.areAllPreserved()) in invalidate()
H A DExpandMemCmp.cpp932 return !PA.areAllPreserved(); in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerAtomicPass.cpp87 return !PA.areAllPreserved(); in runOnFunction()
H A DReassociate.cpp2640 return !PA.areAllPreserved(); in runOnFunction()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DPassManager.cpp33 if (PA.areAllPreserved()) in invalidate()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp585 if (PA.areAllPreserved()) in invalidate()
693 if (PA.areAllPreserved()) in invalidate()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp83 return !PA.areAllPreserved(); in runOnModule()