Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64PromoteConstant.cpp97 bool ShouldConvert = false; member
367 Converted.first->second.ShouldConvert = shouldConvertImpl(&C); in shouldConvert()
368 return Converted.first->second.ShouldConvert; in shouldConvert()
485 assert(PC.ShouldConvert && in ensurePromotedGV()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp930 bool ShouldConvert = true; in shouldConvertIf() local
946 ShouldConvert = false; in shouldConvertIf()
959 ShouldConvert = false; in shouldConvertIf()
972 ShouldConvert = false; in shouldConvertIf()
983 if (ShouldConvert) { in shouldConvertIf()
1024 return ShouldConvert; in shouldConvertIf()