Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp448 bool tryToPromoteExts(TypePromotionTransaction &TPT,
5827 bool CodeGenPrepare::tryToPromoteExts( in tryToPromoteExts() function in CodeGenPrepare
5893 (void)tryToPromoteExts(TPT, NewExts, NewlyMovedExts, TotalCreatedInstsCost); in tryToPromoteExts()
6348 bool HasPromoted = tryToPromoteExts(TPT, Exts, SpeculativelyMovedExts); in optimizeExt()
6432 bool HasPromoted = tryToPromoteExts(TPT, Exts, Chains); in performAddressTypePromotion()