Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp146 assert(!ConstInfo.RebasedConstants.empty() && "Invalid constant info entry."); in findConstantInsertionPoint()
149 for (auto const &RCI : ConstInfo.RebasedConstants) in findConstantInsertionPoint()
405 ConstInfo.RebasedConstants.push_back( in findAndMakeBaseConstant()
561 for (auto const &RCI : ConstInfo.RebasedConstants) { in emitBaseConstants()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp295 assert(!ConstInfo.RebasedConstants.empty() && "Invalid constant info entry."); in findConstantInsertionPoint()
299 for (auto const &RCI : ConstInfo.RebasedConstants) in findConstantInsertionPoint()
564 ConstInfo.RebasedConstants.push_back( in findAndMakeBaseConstant()
730 for (auto const &RCI : ConstInfo.RebasedConstants) { in emitBaseConstants()
762 NumConstantsRebased = ConstInfo.RebasedConstants.size() - 1; in emitBaseConstants()
/external/llvm/include/llvm/Transforms/Scalar/
DConstantHoisting.h91 RebasedConstantListType RebasedConstants; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DConstantHoisting.h104 RebasedConstantListType RebasedConstants; member