Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DLazyValueInfo.h33 friend class LazyValueInfoWrapperPass; variable
117 class LazyValueInfoWrapperPass : public FunctionPass {
118 LazyValueInfoWrapperPass(const LazyValueInfoWrapperPass&) = delete;
119 void operator=(const LazyValueInfoWrapperPass&) = delete;
122 LazyValueInfoWrapperPass() : FunctionPass(ID) {
125 ~LazyValueInfoWrapperPass() override {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLazyValueInfo.h33 friend class LazyValueInfoWrapperPass; variable
143 class LazyValueInfoWrapperPass : public FunctionPass {
144 LazyValueInfoWrapperPass(const LazyValueInfoWrapperPass&) = delete;
145 void operator=(const LazyValueInfoWrapperPass&) = delete;
148 LazyValueInfoWrapperPass() : FunctionPass(ID) {
151 ~LazyValueInfoWrapperPass() override {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLazyValueInfo.cpp49 char LazyValueInfoWrapperPass::ID = 0;
50 INITIALIZE_PASS_BEGIN(LazyValueInfoWrapperPass, "lazy-value-info",
54 INITIALIZE_PASS_END(LazyValueInfoWrapperPass, "lazy-value-info",
58 FunctionPass *createLazyValueInfoPass() { return new LazyValueInfoWrapperPass(); } in createLazyValueInfoPass()
1476 bool LazyValueInfoWrapperPass::runOnFunction(Function &F) { in runOnFunction()
1492 void LazyValueInfoWrapperPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
1498 LazyValueInfo &LazyValueInfoWrapperPass::getLVI() { return Info; } in getLVI()
1522 void LazyValueInfoWrapperPass::releaseMemory() { Info.releaseMemory(); } in releaseMemory()
1899 AU.addRequired<LazyValueInfoWrapperPass>(); in getAnalysisUsage()
1907 auto &LVI = getAnalysis<LazyValueInfoWrapperPass>().getLVI(); in runOnFunction()
[all …]
/external/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp53 AU.addRequired<LazyValueInfoWrapperPass>(); in getAnalysisUsage()
62 INITIALIZE_PASS_DEPENDENCY(LazyValueInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
473 LazyValueInfo *LVI = &getAnalysis<LazyValueInfoWrapperPass>().getLVI(); in runOnFunction()
DJumpThreading.cpp92 AU.addRequired<LazyValueInfoWrapperPass>(); in getAnalysisUsage()
93 AU.addPreserved<LazyValueInfoWrapperPass>(); in getAnalysisUsage()
105 INITIALIZE_PASS_DEPENDENCY(LazyValueInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY() argument
123 auto LVI = &getAnalysis<LazyValueInfoWrapperPass>().getLVI(); in runOnFunction()
/external/llvm/lib/Analysis/
DLazyValueInfo.cpp41 char LazyValueInfoWrapperPass::ID = 0;
42 INITIALIZE_PASS_BEGIN(LazyValueInfoWrapperPass, "lazy-value-info",
46 INITIALIZE_PASS_END(LazyValueInfoWrapperPass, "lazy-value-info",
50 FunctionPass *createLazyValueInfoPass() { return new LazyValueInfoWrapperPass(); } in createLazyValueInfoPass()
1438 bool LazyValueInfoWrapperPass::runOnFunction(Function &F) { in runOnFunction()
1454 void LazyValueInfoWrapperPass::getAnalysisUsage(AnalysisUsage &AU) const { in getAnalysisUsage()
1460 LazyValueInfo &LazyValueInfoWrapperPass::getLVI() { return Info; } in getLVI()
1472 void LazyValueInfoWrapperPass::releaseMemory() { Info.releaseMemory(); } in releaseMemory()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp83 AU.addRequired<LazyValueInfoWrapperPass>(); in getAnalysisUsage()
96 INITIALIZE_PASS_DEPENDENCY(LazyValueInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
765 LazyValueInfo *LVI = &getAnalysis<LazyValueInfoWrapperPass>().getLVI(); in runOnFunction()
DJumpThreading.cpp137 AU.addRequired<LazyValueInfoWrapperPass>(); in getAnalysisUsage()
138 AU.addPreserved<LazyValueInfoWrapperPass>(); in getAnalysisUsage()
153 INITIALIZE_PASS_DEPENDENCY(LazyValueInfoWrapperPass) in INITIALIZE_PASS_DEPENDENCY()
286 auto LVI = &getAnalysis<LazyValueInfoWrapperPass>().getLVI(); in runOnFunction()