Home
last modified time | relevance | path

Searched defs:LVI (Results 1 – 15 of 15) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp71 static bool processSelect(SelectInst *S, LazyValueInfo *LVI) { in processSelect()
94 static bool processPHI(PHINode *P, LazyValueInfo *LVI) { in processPHI()
162 static bool processMemAccess(Instruction *I, LazyValueInfo *LVI) { in processMemAccess()
183 static bool processCmp(CmpInst *C, LazyValueInfo *LVI) { in processCmp()
218 static bool processSwitch(SwitchInst *SI, LazyValueInfo *LVI) { in processSwitch()
298 static bool processCallSite(CallSite CS, LazyValueInfo *LVI) { in processCallSite()
341 static bool hasPositiveOperands(BinaryOperator *SDI, LazyValueInfo *LVI) { in hasPositiveOperands()
351 static bool processSRem(BinaryOperator *SDI, LazyValueInfo *LVI) { in processSRem()
369 static bool processSDiv(BinaryOperator *SDI, LazyValueInfo *LVI) { in processSDiv()
384 static Constant *getConstantAt(Value *V, Instruction *At, LazyValueInfo *LVI) { in getConstantAt()
[all …]
DJumpThreading.cpp123 auto LVI = &getAnalysis<LazyValueInfoWrapperPass>().getLVI(); in runOnFunction() local
140 auto &LVI = AM.getResult<LazyValueAnalysis>(F); in run() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp105 static bool processSelect(SelectInst *S, LazyValueInfo *LVI) { in processSelect()
139 static bool simplifyCommonValuePhi(PHINode *P, LazyValueInfo *LVI, in simplifyCommonValuePhi()
184 static bool processPHI(PHINode *P, LazyValueInfo *LVI, DominatorTree *DT, in processPHI()
254 static bool processMemAccess(Instruction *I, LazyValueInfo *LVI) { in processMemAccess()
275 static bool processCmp(CmpInst *C, LazyValueInfo *LVI) { in processCmp()
310 static bool processSwitch(SwitchInst *SI, LazyValueInfo *LVI, DominatorTree *DT) { in processSwitch()
405 static bool willNotOverflow(IntrinsicInst *II, LazyValueInfo *LVI) { in willNotOverflow()
459 static bool processCallSite(CallSite CS, LazyValueInfo *LVI) { in processCallSite()
498 static bool hasPositiveOperands(BinaryOperator *SDI, LazyValueInfo *LVI) { in hasPositiveOperands()
510 static bool processUDivOrURem(BinaryOperator *Instr, LazyValueInfo *LVI) { in processUDivOrURem()
[all …]
DJumpThreading.cpp286 auto LVI = &getAnalysis<LazyValueInfoWrapperPass>().getLVI(); in runOnFunction() local
313 auto &LVI = AM.getResult<LazyValueAnalysis>(F); in run() local
/external/llvm/include/llvm/Transforms/Scalar/
DJumpThreading.h61 LazyValueInfo *LVI; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DJumpThreading.h79 LazyValueInfo *LVI; variable
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DCorrelatedValuePropagation.cpp34 LazyValueInfo *LVI; member in __anone96967870111::CorrelatedValuePropagation
DJumpThreading.cpp78 LazyValueInfo *LVI; member in __anon02c051d30111::JumpThreading
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DSplitKit.cpp155 LiveInterval::const_iterator LVI = CurLI->begin(); in calcLiveBlockInfo() local
257 LiveInterval::iterator LVI = li->begin(); in countLiveBlocks() local
DMachineVerifier.cpp1008 for (LiveIntervals::const_iterator LVI = LiveInts->begin(), in verifyLiveIntervals() local
/external/llvm/lib/CodeGen/
DSplitKit.cpp192 LiveInterval::const_iterator LVI = CurLI->begin(); in calcLiveBlockInfo() local
295 LiveInterval::iterator LVI = li->begin(); in countLiveBlocks() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DSplitKit.cpp218 LiveInterval::const_iterator LVI = CurLI->begin(); in calcLiveBlockInfo() local
321 LiveInterval::iterator LVI = li->begin(); in countLiveBlocks() local
/external/llvm/lib/Transforms/Utils/
DLocal.cpp1550 bool llvm::removeUnreachableBlocks(Function &F, LazyValueInfo *LVI) { in removeUnreachableBlocks()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLazyValueInfo.cpp1907 auto &LVI = getAnalysis<LazyValueInfoWrapperPass>().getLVI(); in runOnFunction() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLocal.cpp2207 bool llvm::removeUnreachableBlocks(Function &F, LazyValueInfo *LVI, in removeUnreachableBlocks()