Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunctionAnalysis.cpp29 return !PAC.preservedWhenStateless(); in invalidate()
H A DMachineBranchProbabilityInfo.cpp79 return !PAC.preservedWhenStateless(); in invalidate()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DSimpleLoopUnswitch.h33 return !PAC.preservedWhenStateless(); in invalidate()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/
H A DLoopVectorize.h94 return !PAC.preservedWhenStateless(); in invalidate()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAnalysis.h247 bool preservedWhenStateless() { return !IsAbandoned; } in preservedWhenStateless() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInlineAdvisor.h328 return !PAC.preservedWhenStateless(); in invalidate()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasAnalysis.cpp90 if (!PAC.preservedWhenStateless()) in invalidate()
H A DGlobalsModRef.cpp815 return !PAC.preservedWhenStateless(); in invalidate()