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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DBDCE.cpp186 auto &DB = getAnalysis<DemandedBitsWrapperPass>().getDemandedBits();
192 AU.addRequired<DemandedBitsWrapperPass>();
201 INITIALIZE_PASS_DEPENDENCY(DemandedBitsWrapperPass)
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DDemandedBits.h99 class DemandedBitsWrapperPass : public FunctionPass { class in namespace:llvm
106 DemandedBitsWrapperPass();
/netbsd-current/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",
66 DemandedBitsWrapperPass::DemandedBitsWrapperPass() : FunctionPass(ID) { function in class:DemandedBitsWrapperPass
70 void DemandedBitsWrapperPass::getAnalysisUsage(AnalysisUsage &AU) const {
77 void DemandedBitsWrapperPass::print(raw_ostream &OS, const Module *M) const {
319 bool DemandedBitsWrapperPass::runOnFunction(Function &F) {
326 void DemandedBitsWrapperPass::releaseMemory() {
576 return new DemandedBitsWrapperPass();
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DReplaceWithVeclib.cpp234 AU.addPreserved<DemandedBitsWrapperPass>();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DInjectTLIMappings.cpp159 AU.addPreserved<DemandedBitsWrapperPass>();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2191 auto *DB = &getAnalysis<DemandedBitsWrapperPass>().getDemandedBits();
2211 AU.addRequired<DemandedBitsWrapperPass>();
7805 INITIALIZE_PASS_DEPENDENCY(DemandedBitsWrapperPass)
H A DSLPVectorizer.cpp6438 auto *DB = &getAnalysis<DemandedBitsWrapperPass>().getDemandedBits();
6452 AU.addRequired<DemandedBitsWrapperPass>();
8295 INITIALIZE_PASS_DEPENDENCY(DemandedBitsWrapperPass)

Completed in 152 milliseconds