Home
last modified time | relevance | path

Searched refs:DemandedBitsWrapperPass (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DDemandedBits.cpp57 char DemandedBitsWrapperPass::ID = 0;
59 INITIALIZE_PASS_BEGIN(DemandedBitsWrapperPass, "demanded-bits",
63 INITIALIZE_PASS_END(DemandedBitsWrapperPass, "demanded-bits", in INITIALIZE_PASS_DEPENDENCY()
66 DemandedBitsWrapperPass::DemandedBitsWrapperPass() : FunctionPass(ID) { in INITIALIZE_PASS_DEPENDENCY()
70 void DemandedBitsWrapperPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
77 void DemandedBitsWrapperPass::print(raw_ostream &OS, const Module *M) const { in print()
319 bool DemandedBitsWrapperPass::runOnFunction(Function &F) { in runOnFunction()
326 void DemandedBitsWrapperPass::releaseMemory() { in releaseMemory()
617 return new DemandedBitsWrapperPass(); in createDemandedBitsWrapperPass()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DBDCE.cpp186 auto &DB = getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction()
192 AU.addRequired<DemandedBitsWrapperPass>(); in getAnalysisUsage()
201 INITIALIZE_PASS_DEPENDENCY(DemandedBitsWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDemandedBits.h102 class DemandedBitsWrapperPass : public FunctionPass {
109 DemandedBitsWrapperPass();
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInjectTLIMappings.cpp159 AU.addPreserved<DemandedBitsWrapperPass>(); in getAnalysisUsage()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp234 AU.addPreserved<DemandedBitsWrapperPass>(); in getAnalysisUsage()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6713 auto *DB = &getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction()
6727 AU.addRequired<DemandedBitsWrapperPass>(); in getAnalysisUsage()
8863 INITIALIZE_PASS_DEPENDENCY(DemandedBitsWrapperPass) in INITIALIZE_PASS_BEGIN()
H A DLoopVectorize.cpp2210 auto *DB = &getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction()
2230 AU.addRequired<DemandedBitsWrapperPass>(); in getAnalysisUsage()
7890 INITIALIZE_PASS_DEPENDENCY(DemandedBitsWrapperPass)