/external/llvm/lib/Transforms/Scalar/ |
D | CorrelatedValuePropagation.cpp | 71 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 …]
|
D | JumpThreading.cpp | 123 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/ |
D | CorrelatedValuePropagation.cpp | 105 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 …]
|
D | JumpThreading.cpp | 286 auto LVI = &getAnalysis<LazyValueInfoWrapperPass>().getLVI(); in runOnFunction() local 313 auto &LVI = AM.getResult<LazyValueAnalysis>(F); in run() local
|
/external/llvm/include/llvm/Transforms/Scalar/ |
D | JumpThreading.h | 61 LazyValueInfo *LVI; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/ |
D | JumpThreading.h | 79 LazyValueInfo *LVI; variable
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | CorrelatedValuePropagation.cpp | 34 LazyValueInfo *LVI; member in __anone96967870111::CorrelatedValuePropagation
|
D | JumpThreading.cpp | 78 LazyValueInfo *LVI; member in __anon02c051d30111::JumpThreading
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | SplitKit.cpp | 155 LiveInterval::const_iterator LVI = CurLI->begin(); in calcLiveBlockInfo() local 257 LiveInterval::iterator LVI = li->begin(); in countLiveBlocks() local
|
D | MachineVerifier.cpp | 1008 for (LiveIntervals::const_iterator LVI = LiveInts->begin(), in verifyLiveIntervals() local
|
/external/llvm/lib/CodeGen/ |
D | SplitKit.cpp | 192 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/ |
D | SplitKit.cpp | 218 LiveInterval::const_iterator LVI = CurLI->begin(); in calcLiveBlockInfo() local 321 LiveInterval::iterator LVI = li->begin(); in countLiveBlocks() local
|
/external/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 1550 bool llvm::removeUnreachableBlocks(Function &F, LazyValueInfo *LVI) { in removeUnreachableBlocks()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | LazyValueInfo.cpp | 1907 auto &LVI = getAnalysis<LazyValueInfoWrapperPass>().getLVI(); in runOnFunction() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 2207 bool llvm::removeUnreachableBlocks(Function &F, LazyValueInfo *LVI, in removeUnreachableBlocks()
|