Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp186 bool isFoldable(const Candidate &C, TargetTransformInfo *TTI,
297 bool StraightLineStrengthReduce::isFoldable(const Candidate &C, in isFoldable() function in StraightLineStrengthReduce
359 if (!isFoldable(C, TTI, DL) && !isSimplestForm(C)) { in allocateCandidatesAndFindBasis()
/src/contrib/llvm-project/lld/MachO/
H A DICF.cpp425 bool isFoldable = (!onlyCfStrings || isCfStringSection(isec)) && in foldIdenticalSections() local
430 if (isFoldable) { in foldIdenticalSections()