Home
last modified time | relevance | path

Searched refs:RebasedConstants (Results 1 – 6 of 6) 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-10.0/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp311 assert(!ConstInfo.RebasedConstants.empty() && "Invalid constant info entry."); in findConstantInsertionPoint()
315 for (auto const &RCI : ConstInfo.RebasedConstants) in findConstantInsertionPoint()
638 ConstInfo.RebasedConstants.push_back( in findAndMakeBaseConstant()
851 for (auto const &RCI : ConstInfo.RebasedConstants) { in emitBaseConstants()
916 NumConstantsRebased += ConstInfo.RebasedConstants.size() - 1; in emitBaseConstants()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DConstantHoisting.cpp311 assert(!ConstInfo.RebasedConstants.empty() && "Invalid constant info entry."); in findConstantInsertionPoint()
315 for (auto const &RCI : ConstInfo.RebasedConstants) in findConstantInsertionPoint()
643 ConstInfo.RebasedConstants.push_back( in findAndMakeBaseConstant()
856 for (auto const &RCI : ConstInfo.RebasedConstants) { in emitBaseConstants()
921 NumConstantsRebased += ConstInfo.RebasedConstants.size() - 1; in emitBaseConstants()
/external/llvm/include/llvm/Transforms/Scalar/
DConstantHoisting.h91 RebasedConstantListType RebasedConstants; member
/external/llvm-project/llvm/include/llvm/Transforms/Scalar/
DConstantHoisting.h119 RebasedConstantListType RebasedConstants; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
DConstantHoisting.h119 RebasedConstantListType RebasedConstants; member