Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
576 return new DemandedBitsWrapperPass(); in createDemandedBitsWrapperPass()
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDemandedBits.h99 class DemandedBitsWrapperPass : public FunctionPass {
106 DemandedBitsWrapperPass();
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DInjectTLIMappings.cpp159 AU.addPreserved<DemandedBitsWrapperPass>(); in getAnalysisUsage()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp234 AU.addPreserved<DemandedBitsWrapperPass>(); in getAnalysisUsage()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp6438 auto *DB = &getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction()
6452 AU.addRequired<DemandedBitsWrapperPass>(); in getAnalysisUsage()
8295 INITIALIZE_PASS_DEPENDENCY(DemandedBitsWrapperPass) in INITIALIZE_PASS_BEGIN()
H A DLoopVectorize.cpp2191 auto *DB = &getAnalysis<DemandedBitsWrapperPass>().getDemandedBits(); in runOnFunction()
2211 AU.addRequired<DemandedBitsWrapperPass>(); in getAnalysisUsage()
7805 INITIALIZE_PASS_DEPENDENCY(DemandedBitsWrapperPass)