Home | History | Annotate | Download | only in Analysis

Lines Matching refs:Function

17 #include "llvm/IR/Function.h"
35 if (const Function *F = CS.getCalledFunction()) {
36 // If a function is both internal and has a single use, then it is
42 // If this call is to function itself, then the function is recursive.
83 // for example) would be referring to the original function, and this indirect
84 // jump would jump from the inlined copy of the function into the original
85 // function which is extremely undefined behavior.
87 // with indirectbr's as long as no other function or global references the
88 // blockaddress of a block within the current function. And as a QOI issue,
90 // reference somehow ends up in another function or global, we probably
91 // don't want to inline this function.