Searched defs:isFoldable (Results 1 – 2 of 2) sorted by relevance
/llvm-project/lld/MachO/ | ||
H A D | ICF.cpp | 425 bool isFoldable = (!onlyCfStrings || isCfStringSection(isec)) && foldIdenticalSections() local |
/llvm-project/llvm/lib/Transforms/Scalar/ | ||
H A D | StraightLineStrengthReduce.cpp | 297 bool StraightLineStrengthReduce::isFoldable(const Candidate &C, isFoldable() function in StraightLineStrengthReduce |