Searched refs:callIsSmall (Results 1 – 5 of 5) sorted by relevance
38 bool callIsSmall(ImmutableCallSite CS);
186 bool callIsSmall(const Function *Callee);
26 bool llvm::callIsSmall(const Function *F) { in callIsSmall() function in llvm86 if (!isa<IntrinsicInst>(II) && !callIsSmall(CS.getCalledFunction())) { in analyzeBasicBlock()
394 callIsSmall(F)) { in FindTRECandidate()