Searched defs:SimpleConstants (Results 1 – 5 of 5) sorted by relevance
/external/llvm/include/llvm/Transforms/Utils/ |
D | Evaluator.h | 111 SmallPtrSet<Constant*, 8> SimpleConstants; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/ |
D | Evaluator.h | 125 SmallPtrSet<Constant*, 8> SimpleConstants; variable
|
/external/llvm/lib/Transforms/Utils/ |
D | Evaluator.cpp | 47 SmallPtrSetImpl<Constant *> &SimpleConstants, in isSimpleEnoughValueToCommitHelper() 102 SmallPtrSetImpl<Constant *> &SimpleConstants, in isSimpleEnoughValueToCommit()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | Evaluator.cpp | 63 SmallPtrSetImpl<Constant *> &SimpleConstants, in isSimpleEnoughValueToCommitHelper() 118 SmallPtrSetImpl<Constant *> &SimpleConstants, in isSimpleEnoughValueToCommit()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 2076 SmallPtrSet<Constant*, 8> &SimpleConstants) { in isSimpleEnoughValueToCommitHelper() 2123 SmallPtrSet<Constant*, 8> &SimpleConstants) { in isSimpleEnoughValueToCommit() 2306 SmallPtrSet<Constant*, 8> &SimpleConstants, in EvaluateFunction() 2568 SmallPtrSet<Constant*, 8> SimpleConstants; in EvaluateStaticConstructor() local
|