/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | SCCP.cpp | 111 bool markConstant(Constant *V) { in markConstant() function in __anon27aabfd40111::LatticeVal 236 IV.markConstant(GV->getInitializer()); in TrackValueOfGlobalVariable() 330 void markConstant(LatticeVal &IV, Value *V, Constant *C) { in markConstant() function in __anon27aabfd40211::SCCPSolver 331 if (!IV.markConstant(C)) return; in markConstant() 336 void markConstant(Value *V, Constant *C) { in markConstant() function in __anon27aabfd40211::SCCPSolver 338 markConstant(ValueState[V], V, C); in markConstant() 371 return markConstant(IV, V, MergeWithV.getConstant()); in mergeInValue() 398 LV.markConstant(C); // Constants are constant in getValueState() 429 LV.markConstant(Elt); // Constants are constant. in getStructValueState() 729 markConstant(&PN, OperandVal); // Acquire operand value in visitPHINode() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | SCCP.cpp | 133 bool markConstant(Constant *V) { in markConstant() function in __anon2b65abf60111::LatticeVal 297 IV.markConstant(GV->getInitializer()); in TrackValueOfGlobalVariable() 434 bool markConstant(LatticeVal &IV, Value *V, Constant *C) { in markConstant() function in __anon2b65abf60111::SCCPSolver 435 if (!IV.markConstant(C)) return false; in markConstant() 441 bool markConstant(Value *V, Constant *C) { in markConstant() function in __anon2b65abf60111::SCCPSolver 443 return markConstant(ValueState[V], V, C); in markConstant() 475 return markConstant(IV, V, MergeWithV.getConstant()); in mergeInValue() 503 LV.markConstant(C); // Constants are constant in getValueState() 546 LV.markConstant(Elt); // Constants are constant. in getStructValueState() 832 markConstant(&PN, OperandVal); // Acquire operand value in visitPHINode() [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
H A D | SCCPSolver.cpp | 375 bool markConstant(ValueLatticeElement &IV, Value *V, Constant *C, 378 bool markConstant(Value *V, Constant *C) { in markConstant() function in llvm::SCCPInstVisitor 380 return markConstant(ValueState[V], V, C); in markConstant() 416 LV.markConstant(C); // Constants are constant in getValueState() 443 LV.markConstant(Elt); // Constants are constant. in getStructValueState() 597 IV.markConstant(GV->getInitializer()); in trackValueOfGlobalVariable() 741 bool SCCPInstVisitor::markConstant(ValueLatticeElement &IV, Value *V, in markConstant() function in SCCPInstVisitor 743 if (!IV.markConstant(C, MayIncludeUndef)) in markConstant() 811 markConstant(NewArg, Iter->Actual); in markArgInFuncSpecialization() 1092 markConstant(&I, C); in visitCastInst() [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | ValueLattice.h | 205 Res.markConstant(C); in get() 301 bool markConstant(Constant *V, bool MayIncludeUndef = false) { 399 return markConstant(RHS.getConstant(), true);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | ValueLattice.h | 205 Res.markConstant(C); in get() 301 bool markConstant(Constant *V, bool MayIncludeUndef = false) { 399 return markConstant(RHS.getConstant(), true);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | ValueLattice.h | 208 Res.markConstant(C); in get() 304 bool markConstant(Constant *V, bool MayIncludeUndef = false) { 402 return markConstant(RHS.getConstant(), true);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | ValueLattice.h | 205 Res.markConstant(C); in get() 301 bool markConstant(Constant *V, bool MayIncludeUndef = false) { 399 return markConstant(RHS.getConstant(), true);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | ValueLattice.h | 205 Res.markConstant(C); in get() 301 bool markConstant(Constant *V, bool MayIncludeUndef = false) { 399 return markConstant(RHS.getConstant(), true);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | ValueLattice.h | 122 Res.markConstant(C); in get() 184 void markConstant(Constant *V) { in markConstant() function
|
/aosp_15_r20/external/llvm/lib/Analysis/ |
H A D | LazyValueInfo.cpp | 100 Res.markConstant(C); in get() 151 bool markConstant(Constant *V) { in markConstant() function in __anon4b4364240111::LVILatticeVal
|
/aosp_15_r20/external/angle/third_party/proguard/lib/ |
HD | proguard603.jar | META-INF/
META-INF/MANIFEST.MF
proguard/
proguard/optimize/
proguard/ ... |