Go to file
Rong Xu 0eb3603626 [PGO] Use a helper function to find all indirect call-sites
Use a helper function to find all the direct-calls-sites in a function.
Also split the code into a separated file as this will be use by
indirect-call-promotion transformation.

Differential Revision: http://reviews.llvm.org/D18704

llvm-svn: 265199
2016-04-01 23:16:44 +00:00
clang [CodeGen] Emit lifetime.end intrinsic after objects are destructed in 2016-04-01 22:58:55 +00:00
clang-tools-extra [clang-tidy] Don't delete unused parameter in class override method in anonymous namespace. 2016-04-01 07:57:30 +00:00
compiler-rt Fix warnings uncovered by building with clang-cl 2016-04-01 17:09:12 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Update copyright year to 2016. 2016-03-30 22:39:03 +00:00
libcxx Fix LWG issue 2469 - Use piecewise construction in map::operator[]. 2016-03-31 03:13:37 +00:00
libcxxabi Update copyright year to 2016. 2016-03-30 22:40:47 +00:00
libunwind [AArch64] Fix libunwind build when using GNU assembler 2016-02-11 21:22:57 +00:00
lld Rename a few variables. NFC. 2016-04-01 22:42:04 +00:00
lldb Fixed an issue where if we have DWARF in an executable that has multiple languages where these languages use different type systems, you can end up trying to find the actualy definition for a forward declaration for a type, you will call: 2016-04-01 22:57:22 +00:00
llgo [llgo] add USES_TERMINAL option to check-libgo 2016-03-30 00:29:33 +00:00
llvm [PGO] Use a helper function to find all indirect call-sites 2016-04-01 23:16:44 +00:00
openmp Fix bug when KMP_USE_ADAPTIVE_LOCKS is 0 2016-03-30 21:50:59 +00:00
polly [FIX] Adjust the insert point for non-affine region PHIs 2016-04-01 11:25:47 +00:00