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

/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2256 SmallPtrSet<Constant*, 8> &SimpleConstants,
2266 /// in SimpleConstants to avoid having to rescan the same constants all the
2269 SmallPtrSet<Constant*, 8> &SimpleConstants,
2282 if (!isSimpleEnoughValueToCommit(Op, SimpleConstants, TD))
2295 return isSimpleEnoughValueToCommit(CE->getOperand(0), SimpleConstants, TD);
2304 return isSimpleEnoughValueToCommit(CE->getOperand(0), SimpleConstants, TD);
2311 return isSimpleEnoughValueToCommit(CE->getOperand(0), SimpleConstants, TD);
2317 return isSimpleEnoughValueToCommit(CE->getOperand(0), SimpleConstants, TD);
2324 SmallPtrSet<Constant*, 8> &SimpleConstants,
2327 if (!SimpleConstants
2268 isSimpleEnoughValueToCommitHelper(Constant *C, SmallPtrSet<Constant*, 8> &SimpleConstants, const TargetData *TD) argument
2323 isSimpleEnoughValueToCommit(Constant *C, SmallPtrSet<Constant*, 8> &SimpleConstants, const TargetData *TD) argument
2535 SmallPtrSet<Constant*, 8> SimpleConstants; member in class:__anon9049::Evaluator
[all...]

Completed in 40 milliseconds