Home
last modified time | relevance | path

Searched refs:SimpleConstants (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DEvaluator.cpp34 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/
DEvaluator.h111 SmallPtrSet<Constant*, 8> SimpleConstants; variable
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DGlobalOpt.cpp2064 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/
DconstantsTest.3.2.ll16 define void @SimpleConstants(i32 %x) {