Home | History | Annotate | Download | only in IPO

Lines Matching defs:isThumbFunction

1248 static bool isThumbFunction(Function *F, Triple::ArchType ModuleArch) {
1282 ++(isThumbFunction(F, ModuleArch) ? ThumbCount : ArmCount);