Searched refs:SimpleConstants (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Transforms/Utils/ |
D | Evaluator.cpp | 34 SmallPtrSetImpl<Constant *> &SimpleConstants, 47 SmallPtrSetImpl<Constant *> &SimpleConstants, in isSimpleEnoughValueToCommitHelper() argument 61 if (!isSimpleEnoughValueToCommit(cast<Constant>(Op), SimpleConstants, DL)) in isSimpleEnoughValueToCommitHelper() 73 return isSimpleEnoughValueToCommit(CE->getOperand(0), SimpleConstants, DL); in isSimpleEnoughValueToCommitHelper() 82 return isSimpleEnoughValueToCommit(CE->getOperand(0), SimpleConstants, DL); in isSimpleEnoughValueToCommitHelper() 89 return isSimpleEnoughValueToCommit(CE->getOperand(0), SimpleConstants, DL); in isSimpleEnoughValueToCommitHelper() 95 return isSimpleEnoughValueToCommit(CE->getOperand(0), SimpleConstants, DL); in isSimpleEnoughValueToCommitHelper() 102 SmallPtrSetImpl<Constant *> &SimpleConstants, in isSimpleEnoughValueToCommit() argument 105 if (!SimpleConstants.insert(C).second) in isSimpleEnoughValueToCommit() 108 return isSimpleEnoughValueToCommitHelper(C, SimpleConstants, DL); in isSimpleEnoughValueToCommit() [all …]
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | Evaluator.h | 111 SmallPtrSet<Constant*, 8> SimpleConstants; variable
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 2064 SmallPtrSet<Constant*, 8> &SimpleConstants); 2076 SmallPtrSet<Constant*, 8> &SimpleConstants) { in isSimpleEnoughValueToCommitHelper() argument 2088 if (!isSimpleEnoughValueToCommit(Op, SimpleConstants)) in isSimpleEnoughValueToCommitHelper() 2103 return isSimpleEnoughValueToCommit(CE->getOperand(0), SimpleConstants); in isSimpleEnoughValueToCommitHelper() 2110 return isSimpleEnoughValueToCommit(CE->getOperand(0), SimpleConstants); in isSimpleEnoughValueToCommitHelper() 2116 return isSimpleEnoughValueToCommit(CE->getOperand(0), SimpleConstants); in isSimpleEnoughValueToCommitHelper() 2123 SmallPtrSet<Constant*, 8> &SimpleConstants) { in isSimpleEnoughValueToCommit() argument 2125 if (!SimpleConstants.insert(C)) return true; in isSimpleEnoughValueToCommit() 2127 return isSimpleEnoughValueToCommitHelper(C, SimpleConstants); in isSimpleEnoughValueToCommit() 2306 SmallPtrSet<Constant*, 8> &SimpleConstants, in EvaluateFunction() argument [all …]
|
/external/llvm/test/Bitcode/ |
D | constantsTest.3.2.ll | 16 define void @SimpleConstants(i32 %x) {
|