Searched refs:tryPromoteCall (Results 1 – 5 of 5) sorted by relevance
65 bool IsPromoted = tryPromoteCall(*CI); in TEST()95 bool IsPromoted = tryPromoteCall(*CI); in TEST()122 bool IsPromoted = tryPromoteCall(*CI); in TEST()157 bool IsPromoted = tryPromoteCall(*CI); in TEST()199 bool IsPromoted = tryPromoteCall(*CI); in TEST()241 bool IsPromoted = tryPromoteCall(*CI); in TEST()300 bool IsPromoted1 = tryPromoteCall(*CI); in TEST()318 bool IsPromoted2 = tryPromoteCall(*CI); in TEST()368 bool IsPromoted = tryPromoteCall(*CI); in TEST()
75 bool tryPromoteCall(CallBase &CB);
272 if (tryPromoteCall(*ICB)) in run()
947 if (tryPromoteCall(*ICB)) in run()
549 bool llvm::tryPromoteCall(CallBase &CB) { in tryPromoteCall() function in llvm