Home
last modified time | relevance | path

Searched refs:regular_function (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/PCH/
H A Ddefault-argument-with-immediate-calls.cpp9 int regular_function() { in regular_function() function
14 int a = immediate() + regular_function();
/llvm-project/llvm/test/Analysis/BranchProbabilityInfo/
H A Dbasic.ll176 declare i32 @regular_function(i32 %i)
220 ; TODO(dnovillo) The calls to regular_function should not be merged, but
239 %val4 = call i32 @regular_function(i32 %val1) cold
245 %val3 = call i32 @regular_function(i32 %val2)