LLVM  4.0.0
Public Types | Public Member Functions | Static Public Member Functions | Friends | List of all members
llvm::Function Class Reference

#include <Function.h>

Inheritance diagram for llvm::Function:
[legend]
Collaboration diagram for llvm::Function:
[legend]

Public Types

typedef SymbolTableList< ArgumentArgumentListType
 
typedef SymbolTableList
< BasicBlock
BasicBlockListType
 
typedef
BasicBlockListType::iterator 
iterator
 
typedef
BasicBlockListType::const_iterator 
const_iterator
 
typedef ArgumentListType::iterator arg_iterator
 
typedef
ArgumentListType::const_iterator 
const_arg_iterator
 
- Public Types inherited from llvm::GlobalValue
enum  LinkageTypes {
  ExternalLinkage = 0, AvailableExternallyLinkage, LinkOnceAnyLinkage, LinkOnceODRLinkage,
  WeakAnyLinkage, WeakODRLinkage, AppendingLinkage, InternalLinkage,
  PrivateLinkage, ExternalWeakLinkage, CommonLinkage
}
 An enumeration for the kinds of linkage for global values. More...
 
enum  VisibilityTypes { DefaultVisibility = 0, HiddenVisibility, ProtectedVisibility }
 An enumeration for the kinds of visibility of global values. More...
 
enum  DLLStorageClassTypes { DefaultStorageClass = 0, DLLImportStorageClass = 1, DLLExportStorageClass = 2 }
 Storage classes of global values for PE targets. More...
 
enum  ThreadLocalMode {
  NotThreadLocal = 0, GeneralDynamicTLSModel, LocalDynamicTLSModel, InitialExecTLSModel,
  LocalExecTLSModel
}
 
enum  UnnamedAddr { UnnamedAddr::None, UnnamedAddr::Local, UnnamedAddr::Global }
 
using GUID = uint64_t
 Declare a type to represent a global unique identifier for a global value. More...
 
- Public Types inherited from llvm::User
typedef Useop_iterator
 
typedef const Useconst_op_iterator
 
typedef iterator_range
< op_iterator
op_range
 
typedef iterator_range
< const_op_iterator
const_op_range
 
- Public Types inherited from llvm::Value
enum  ValueTy
 Concrete subclass of this. More...
 
typedef use_iterator_impl< Useuse_iterator
 
typedef use_iterator_impl
< const Use
const_use_iterator
 
typedef user_iterator_impl< Useruser_iterator
 
typedef user_iterator_impl
< const User
const_user_iterator
 

Public Member Functions

bool hasLazyArguments () const
 hasLazyArguments/CheckLazyArguments - The argument list of a function is built on demand, so that the list isn't allocated until the first client needs it. More...
 
 Function (const Function &)=delete
 
void operator= (const Function &)=delete
 
 ~Function () override
 
 DECLARE_TRANSPARENT_OPERAND_ACCESSORS (Value)
 
TypegetReturnType () const
 Returns the type of the ret val. More...
 
FunctionTypegetFunctionType () const
 Returns the FunctionType for me. More...
 
LLVMContextgetContext () const
 getContext - Return a reference to the LLVMContext associated with this function. More...
 
bool isVarArg () const
 isVarArg - Return true if this function takes a variable number of arguments. More...
 
bool isMaterializable () const
 
void setIsMaterializable (bool V)
 
Intrinsic::ID getIntrinsicID () const LLVM_READONLY
 getIntrinsicID - This method returns the ID number of the specified function, or Intrinsic::not_intrinsic if the function is not an intrinsic, or if the pointer is null. More...
 
bool isIntrinsic () const
 isIntrinsic - Returns true if the function's name starts with "llvm.". More...
 
void recalculateIntrinsicID ()
 Recalculate the ID for this function if it is an Intrinsic defined in llvm/Intrinsics.h. More...
 
CallingConv::ID getCallingConv () const
 getCallingConv()/setCallingConv(CC) - These method get and set the calling convention of this function. More...
 
void setCallingConv (CallingConv::ID CC)
 
AttributeSet getAttributes () const
 Return the attribute list for this Function. More...
 
void setAttributes (AttributeSet Attrs)
 Set the attribute list for this Function. More...
 
void addFnAttr (Attribute::AttrKind Kind)
 Add function attributes to this function. More...
 
void addFnAttr (StringRef Kind, StringRef Val=StringRef())
 Add function attributes to this function. More...
 
void addFnAttr (Attribute Attr)
 
void removeFnAttr (Attribute::AttrKind Kind)
 Remove function attributes from this function. More...
 
void removeFnAttr (StringRef Kind)
 Remove function attribute from this function. More...
 
void setEntryCount (uint64_t Count)
 Set the entry count for this function. More...
 
Optional< uint64_t > getEntryCount () const
 Get the entry count for this function. More...
 
void setSectionPrefix (StringRef Prefix)
 Set the section prefix for this function. More...
 
Optional< StringRefgetSectionPrefix () const
 Get the section prefix for this function. More...
 
bool hasFnAttribute (Attribute::AttrKind Kind) const
 Return true if the function has the attribute. More...
 
bool hasFnAttribute (StringRef Kind) const
 
Attribute getFnAttribute (Attribute::AttrKind Kind) const
 Return the attribute for the given attribute kind. More...
 
Attribute getFnAttribute (StringRef Kind) const
 
unsigned getFnStackAlignment () const
 Return the stack alignment for the function. More...
 
bool hasGC () const
 hasGC/getGC/setGC/clearGC - The name of the garbage collection algorithm to use during code generation. More...
 
const std::string & getGC () const
 
void setGC (std::string Str)
 
void clearGC ()
 
void addAttribute (unsigned i, Attribute::AttrKind Kind)
 adds the attribute to the list of attributes. More...
 
void addAttribute (unsigned i, Attribute Attr)
 adds the attribute to the list of attributes. More...
 
void addAttributes (unsigned i, AttributeSet Attrs)
 adds the attributes to the list of attributes. More...
 
void removeAttribute (unsigned i, Attribute::AttrKind Kind)
 removes the attribute from the list of attributes. More...
 
void removeAttribute (unsigned i, StringRef Kind)
 removes the attribute from the list of attributes. More...
 
void removeAttributes (unsigned i, AttributeSet Attrs)
 removes the attributes from the list of attributes. More...
 
bool hasAttribute (unsigned i, Attribute::AttrKind Kind) const
 check if an attributes is in the list of attributes. More...
 
Attribute getAttribute (unsigned i, Attribute::AttrKind Kind) const
 
Attribute getAttribute (unsigned i, StringRef Kind) const
 
void addDereferenceableAttr (unsigned i, uint64_t Bytes)
 adds the dereferenceable attribute to the list of attributes. More...
 
void addDereferenceableOrNullAttr (unsigned i, uint64_t Bytes)
 adds the dereferenceable_or_null attribute to the list of attributes. More...
 
unsigned getParamAlignment (unsigned i) const
 Extract the alignment for a call or parameter (0=unknown). More...
 
uint64_t getDereferenceableBytes (unsigned i) const
 Extract the number of dereferenceable bytes for a call or parameter (0=unknown). More...
 
uint64_t getDereferenceableOrNullBytes (unsigned i) const
 Extract the number of dereferenceable_or_null bytes for a call or parameter (0=unknown). More...
 
bool doesNotAccessMemory () const
 Determine if the function does not access memory. More...
 
void setDoesNotAccessMemory ()
 
bool onlyReadsMemory () const
 Determine if the function does not access or only reads memory. More...
 
void setOnlyReadsMemory ()
 
bool doesNotReadMemory () const
 Determine if the function does not access or only writes memory. More...
 
void setDoesNotReadMemory ()
 
bool onlyAccessesArgMemory () const
 Determine if the call can access memmory only using pointers based on its arguments. More...
 
void setOnlyAccessesArgMemory ()
 
bool onlyAccessesInaccessibleMemory () const
 Determine if the function may only access memory that is inaccessible from the IR. More...
 
void setOnlyAccessesInaccessibleMemory ()
 
bool onlyAccessesInaccessibleMemOrArgMem () const
 Determine if the function may only access memory that is either inaccessible from the IR or pointed to by its arguments. More...
 
void setOnlyAccessesInaccessibleMemOrArgMem ()
 
bool doesNotReturn () const
 Determine if the function cannot return. More...
 
void setDoesNotReturn ()
 
bool doesNotThrow () const
 Determine if the function cannot unwind. More...
 
void setDoesNotThrow ()
 
bool cannotDuplicate () const
 Determine if the call cannot be duplicated. More...
 
void setCannotDuplicate ()
 
bool isConvergent () const
 Determine if the call is convergent. More...
 
void setConvergent ()
 
void setNotConvergent ()
 
bool doesNotRecurse () const
 Determine if the function is known not to recurse, directly or indirectly. More...
 
void setDoesNotRecurse ()
 
bool hasUWTable () const
 True if the ABI mandates (or the user requested) that this function be in a unwind table. More...
 
void setHasUWTable ()
 
bool needsUnwindTableEntry () const
 True if this function needs an unwind table. More...
 
bool hasStructRetAttr () const
 Determine if the function returns a structure through first pointer argument. More...
 
bool doesNotAlias (unsigned n) const
 Determine if the parameter or return value is marked with NoAlias attribute. More...
 
void setDoesNotAlias (unsigned n)
 
bool doesNotCapture (unsigned n) const
 Determine if the parameter can be captured. More...
 
void setDoesNotCapture (unsigned n)
 
bool doesNotAccessMemory (unsigned n) const
 
void setDoesNotAccessMemory (unsigned n)
 
bool onlyReadsMemory (unsigned n) const
 
void setOnlyReadsMemory (unsigned n)
 
bool optForMinSize () const
 Optimize this function for minimum size (-Oz). More...
 
bool optForSize () const
 Optimize this function for size (-Os) or minimum size (-Oz). More...
 
void copyAttributesFrom (const GlobalValue *Src) override
 copyAttributesFrom - copy all additional attributes (those not needed to create a Function) from the Function Src to this one. More...
 
void deleteBody ()
 deleteBody - This method deletes the body of the function, and converts the linkage to external. More...
 
void removeFromParent () override
 removeFromParent - This method unlinks 'this' from the containing module, but does not delete it. More...
 
void eraseFromParent () override
 eraseFromParent - This method unlinks 'this' from the containing module and deletes it. More...
 
void stealArgumentListFrom (Function &Src)
 Steal arguments from another function. More...
 
const ArgumentListTypegetArgumentList () const
 Get the underlying elements of the Function... More...
 
ArgumentListTypegetArgumentList ()
 
const BasicBlockListTypegetBasicBlockList () const
 
BasicBlockListTypegetBasicBlockList ()
 
const BasicBlockgetEntryBlock () const
 
BasicBlockgetEntryBlock ()
 
ValueSymbolTablegetValueSymbolTable ()
 getSymbolTable() - Return the symbol table if any, otherwise nullptr. More...
 
const ValueSymbolTablegetValueSymbolTable () const
 
iterator begin ()
 
const_iterator begin () const
 
iterator end ()
 
const_iterator end () const
 
size_t size () const
 
bool empty () const
 
const BasicBlockfront () const
 
BasicBlockfront ()
 
const BasicBlockback () const
 
BasicBlockback ()
 
size_t arg_size () const
 
bool arg_empty () const
 
bool hasPersonalityFn () const
 Check whether this function has a personality function. More...
 
ConstantgetPersonalityFn () const
 Get the personality function associated with this function. More...
 
void setPersonalityFn (Constant *Fn)
 
bool hasPrefixData () const
 Check whether this function has prefix data. More...
 
ConstantgetPrefixData () const
 Get the prefix data associated with this function. More...
 
void setPrefixData (Constant *PrefixData)
 
bool hasPrologueData () const
 Check whether this function has prologue data. More...
 
ConstantgetPrologueData () const
 Get the prologue data associated with this function. More...
 
void setPrologueData (Constant *PrologueData)
 
void print (raw_ostream &OS, AssemblyAnnotationWriter *AAW=nullptr, bool ShouldPreserveUseListOrder=false, bool IsForDebug=false) const
 Print the function to an output stream with an optional AssemblyAnnotationWriter. More...
 
void viewCFG () const
 viewCFG - This function is meant for use from the debugger. More...
 
void viewCFGOnly () const
 viewCFGOnly - This function is meant for use from the debugger. More...
 
void dropAllReferences ()
 dropAllReferences() - This method causes all the subinstructions to "let go" of all references that they are maintaining. More...
 
bool hasAddressTaken (const User **=nullptr) const
 hasAddressTaken - returns true if there are any uses of this function other than direct calls or invokes to it, or blockaddress expressions. More...
 
bool isDefTriviallyDead () const
 isDefTriviallyDead - Return true if it is trivially safe to remove this function definition from the module (because it isn't externally visible, does not have its address taken, and has no callers). More...
 
bool callsFunctionThatReturnsTwice () const
 callsFunctionThatReturnsTwice - Return true if the function has a call to setjmp or other function that gcc recognizes as "returning twice". More...
 
void setSubprogram (DISubprogram *SP)
 Set the attached subprogram. More...
 
DISubprogramgetSubprogram () const
 Get the attached subprogram. More...
 
Function Argument Iteration
arg_iterator arg_begin ()
 
const_arg_iterator arg_begin () const
 
arg_iterator arg_end ()
 
const_arg_iterator arg_end () const
 
iterator_range< arg_iteratorargs ()
 
iterator_range
< const_arg_iterator
args () const
 
- Public Member Functions inherited from llvm::GlobalObject
 GlobalObject (const GlobalObject &)=delete
 
unsigned getAlignment () const
 
void setAlignment (unsigned Align)
 
unsigned getGlobalObjectSubClassData () const
 
void setGlobalObjectSubClassData (unsigned Val)
 
bool hasSection () const
 Check if this global has a custom object file section. More...
 
StringRef getSection () const
 Get the custom section of this global if it has one. More...
 
void setSection (StringRef S)
 Change the section for this global. More...
 
bool hasComdat () const
 
const ComdatgetComdat () const
 
ComdatgetComdat ()
 
void setComdat (Comdat *C)
 
bool hasMetadata () const
 Check if this has any metadata. More...
 
void getAllMetadata (SmallVectorImpl< std::pair< unsigned, MDNode * >> &MDs) const
 Appends all attachments for the global to MDs, sorting by attachment ID. More...
 
void eraseMetadata (unsigned KindID)
 Erase all metadata attachments with the given kind. More...
 
void copyMetadata (const GlobalObject *Src, unsigned Offset)
 Copy metadata from Src, adjusting offsets by Offset. More...
 
void addTypeMetadata (unsigned Offset, Metadata *TypeID)
 
void copyAttributesFrom (const GlobalValue *Src) override
 Copy all additional attributes (those not needed to create a GlobalValue) from the GlobalValue Src to this one. More...
 
void clearMetadata ()
 
MDNodegetMetadata (unsigned KindID) const
 Get the current metadata attachments for the given kind, if any. More...
 
MDNodegetMetadata (StringRef Kind) const
 
void getMetadata (unsigned KindID, SmallVectorImpl< MDNode * > &MDs) const
 Appends all attachments with the given ID to MDs in insertion order. More...
 
void getMetadata (StringRef Kind, SmallVectorImpl< MDNode * > &MDs) const
 
void setMetadata (unsigned KindID, MDNode *MD)
 Set a particular kind of metadata attachment. More...
 
void setMetadata (StringRef Kind, MDNode *MD)
 
void addMetadata (unsigned KindID, MDNode &MD)
 Add a metadata attachment. More...
 
void addMetadata (StringRef Kind, MDNode &MD)
 
- Public Member Functions inherited from llvm::GlobalValue
 GlobalValue (const GlobalValue &)=delete
 
 ~GlobalValue () override
 
unsigned getAlignment () const
 
bool hasGlobalUnnamedAddr () const
 
bool hasAtLeastLocalUnnamedAddr () const
 Returns true if this value's address is not significant in this module. More...
 
UnnamedAddr getUnnamedAddr () const
 
void setUnnamedAddr (UnnamedAddr Val)
 
bool hasComdat () const
 
ComdatgetComdat ()
 
const ComdatgetComdat () const
 
VisibilityTypes getVisibility () const
 
bool hasDefaultVisibility () const
 
bool hasHiddenVisibility () const
 
bool hasProtectedVisibility () const
 
void setVisibility (VisibilityTypes V)
 
bool isThreadLocal () const
 If the value is "Thread Local", its value isn't shared by the threads. More...
 
void setThreadLocal (bool Val)
 
void setThreadLocalMode (ThreadLocalMode Val)
 
ThreadLocalMode getThreadLocalMode () const
 
DLLStorageClassTypes getDLLStorageClass () const
 
bool hasDLLImportStorageClass () const
 
bool hasDLLExportStorageClass () const
 
void setDLLStorageClass (DLLStorageClassTypes C)
 
bool hasSection () const
 
StringRef getSection () const
 
PointerTypegetType () const
 Global values are always pointers. More...
 
TypegetValueType () const
 
bool isDefinitionExact () const
 Return true if the currently visible definition of this global (if any) is exactly the definition we will see at runtime. More...
 
bool hasExactDefinition () const
 Return true if this global has an exact defintion. More...
 
bool isInterposable () const
 Return true if this global's definition can be substituted with an arbitrary definition at link time. More...
 
bool hasExternalLinkage () const
 
bool hasAvailableExternallyLinkage () const
 
bool hasLinkOnceLinkage () const
 
bool hasLinkOnceODRLinkage () const
 
bool hasWeakLinkage () const
 
bool hasWeakAnyLinkage () const
 
bool hasWeakODRLinkage () const
 
bool hasAppendingLinkage () const
 
bool hasInternalLinkage () const
 
bool hasPrivateLinkage () const
 
bool hasLocalLinkage () const
 
bool hasExternalWeakLinkage () const
 
bool hasCommonLinkage () const
 
bool hasValidDeclarationLinkage () const
 
void setLinkage (LinkageTypes LT)
 
LinkageTypes getLinkage () const
 
bool isDiscardableIfUnused () const
 
bool isWeakForLinker () const
 
std::string getGlobalIdentifier () const
 Return the modified name for this global value suitable to be used as the key for a global lookup (e.g. More...
 
GUID getGUID () const
 Return a 64-bit global unique ID constructed from global value name (i.e. More...
 
bool isDeclaration () const
 Return true if the primary definition of this global value is outside of the current translation unit. More...
 
bool isDeclarationForLinker () const
 
bool isStrongDefinitionForLinker () const
 Returns true if this global's definition will be the one chosen by the linker. More...
 
bool canIncreaseAlignment () const
 
const GlobalObjectgetBaseObject () const
 
GlobalObjectgetBaseObject ()
 
bool isAbsoluteSymbolRef () const
 Returns whether this is a reference to an absolute symbol. More...
 
Optional< ConstantRangegetAbsoluteSymbolRange () const
 If this is an absolute symbol reference, returns the range of the symbol, otherwise returns None. More...
 
ModulegetParent ()
 Get the module that this global value is contained inside of... More...
 
const ModulegetParent () const
 
bool isMaterializable () const
 If this function's Module is being lazily streamed in functions from disk or some other source, this method can be used to check to see if the function has been read in yet or not. More...
 
Error materialize ()
 Make sure this GlobalValue is fully read. More...
 
- Public Member Functions inherited from llvm::Constant
void operator= (const Constant &)=delete
 
 Constant (const Constant &)=delete
 
bool isNullValue () const
 Return true if this is the value that would be returned by getNullValue. More...
 
bool isOneValue () const
 Returns true if the value is one. More...
 
bool isAllOnesValue () const
 Return true if this is the value that would be returned by getAllOnesValue. More...
 
bool isNegativeZeroValue () const
 Return true if the value is what would be returned by getZeroValueForNegation. More...
 
bool isZeroValue () const
 Return true if the value is negative zero or null value. More...
 
bool isNotMinSignedValue () const
 Return true if the value is not the smallest signed value. More...
 
bool isMinSignedValue () const
 Return true if the value is the smallest signed value. More...
 
bool canTrap () const
 Return true if evaluation of this constant could trap. More...
 
bool isThreadDependent () const
 Return true if the value can vary between threads. More...
 
bool isDLLImportDependent () const
 Return true if the value is dependent on a dllimport variable. More...
 
bool isConstantUsed () const
 Return true if the constant has users other than constant expressions and other dangling things. More...
 
bool needsRelocation () const
 This method classifies the entry according to whether or not it may generate a relocation entry. More...
 
ConstantgetAggregateElement (unsigned Elt) const
 For aggregates (struct/array/vector) return the constant that corresponds to the specified element if possible, or null if not. More...
 
ConstantgetAggregateElement (Constant *Elt) const
 
ConstantgetSplatValue () const
 If this is a splat vector constant, meaning that all of the elements have the same value, return that value. More...
 
const APIntgetUniqueInteger () const
 If C is a constant integer then return its value, otherwise C must be a vector of constant integers, all equal, and the common value is returned. More...
 
void destroyConstant ()
 Called if some element of this constant is no longer valid. More...
 
void handleOperandChange (Value *, Value *)
 This method is a special form of User::replaceUsesOfWith (which does not work on constants) that does work on constants. More...
 
void removeDeadConstantUsers () const
 If there are any dead constant users dangling off of this constant, remove them. More...
 
ConstantstripPointerCasts ()
 
const ConstantstripPointerCasts () const
 
- Public Member Functions inherited from llvm::User
 User (const User &)=delete
 
 ~User () override=default
 
void operator delete (void *Usr)
 Free memory allocated for User and Use objects. More...
 
void operator delete (void *, unsigned)
 Placement delete - required by std, but never called. More...
 
void operator delete (void *, unsigned, bool)
 Placement delete - required by std, but never called. More...
 
UsegetOperandList ()
 
const UsegetOperandList () const
 
ValuegetOperand (unsigned i) const
 
void setOperand (unsigned i, Value *Val)
 
const UsegetOperandUse (unsigned i) const
 
UsegetOperandUse (unsigned i)
 
unsigned getNumOperands () const
 
ArrayRef< const uint8_t > getDescriptor () const
 Returns the descriptor co-allocated with this User instance. More...
 
MutableArrayRef< uint8_t > getDescriptor ()
 Returns the descriptor co-allocated with this User instance. More...
 
void setGlobalVariableNumOperands (unsigned NumOps)
 Set the number of operands on a GlobalVariable. More...
 
void setNumHungOffUseOperands (unsigned NumOps)
 Subclasses with hung off uses need to manage the operand count themselves. More...
 
op_iterator op_begin ()
 
const_op_iterator op_begin () const
 
op_iterator op_end ()
 
const_op_iterator op_end () const
 
op_range operands ()
 
const_op_range operands () const
 
value_op_iterator value_op_begin ()
 
value_op_iterator value_op_end ()
 
iterator_range< value_op_iteratoroperand_values ()
 
const_value_op_iterator value_op_begin () const
 
const_value_op_iterator value_op_end () const
 
iterator_range
< const_value_op_iterator
operand_values () const
 
void dropAllReferences ()
 Drop all references to operands. More...
 
void replaceUsesOfWith (Value *From, Value *To)
 Replace uses of one Value with another. More...
 
- Public Member Functions inherited from llvm::Value
 Value (const Value &)=delete
 
void operator= (const Value &)=delete
 
virtual ~Value ()
 
void dump () const
 Support for debugging, callable in GDB: V->dump() More...
 
TypegetType () const
 All values are typed, get the type of this value. More...
 
LLVMContextgetContext () const
 All values hold a context through their type. More...
 
bool hasName () const
 
ValueNamegetValueName () const
 
void setValueName (ValueName *VN)
 
StringRef getName () const
 Return a constant reference to the value's name. More...
 
void setName (const Twine &Name)
 Change the name of the value. More...
 
void takeName (Value *V)
 Transfer the name from V to this value. More...
 
void replaceAllUsesWith (Value *V)
 Change all uses of this to point to a new Value. More...
 
void replaceNonMetadataUsesWith (Value *V)
 Change non-metadata uses of this to point to a new Value. More...
 
void replaceUsesOutsideBlock (Value *V, BasicBlock *BB)
 replaceUsesOutsideBlock - Go through the uses list for this definition and make each use point to "V" instead of "this" when the use is outside the block. More...
 
void assertModuleIsMaterialized () const
 
bool use_empty () const
 
use_iterator materialized_use_begin ()
 
const_use_iterator materialized_use_begin () const
 
use_iterator use_begin ()
 
const_use_iterator use_begin () const
 
use_iterator use_end ()
 
const_use_iterator use_end () const
 
iterator_range< use_iteratormaterialized_uses ()
 
iterator_range
< const_use_iterator
materialized_uses () const
 
iterator_range< use_iteratoruses ()
 
iterator_range
< const_use_iterator
uses () const
 
bool user_empty () const
 
user_iterator materialized_user_begin ()
 
const_user_iterator materialized_user_begin () const
 
user_iterator user_begin ()
 
const_user_iterator user_begin () const
 
user_iterator user_end ()
 
const_user_iterator user_end () const
 
Useruser_back ()
 
const Useruser_back () const
 
iterator_range< user_iteratormaterialized_users ()
 
iterator_range
< const_user_iterator
materialized_users () const
 
iterator_range< user_iteratorusers ()
 
iterator_range
< const_user_iterator
users () const
 
bool hasOneUse () const
 Return true if there is exactly one user of this value. More...
 
bool hasNUses (unsigned N) const
 Return true if this Value has exactly N users. More...
 
bool hasNUsesOrMore (unsigned N) const
 Return true if this value has N users or more. More...
 
bool isUsedInBasicBlock (const BasicBlock *BB) const
 Check if this value is used in the specified basic block. More...
 
unsigned getNumUses () const
 This method computes the number of uses of this Value. More...
 
void addUse (Use &U)
 This method should only be used by the Use class. More...
 
unsigned getValueID () const
 Return an ID for the concrete type of this object. More...
 
unsigned getRawSubclassOptionalData () const
 Return the raw optional flags value contained in this value. More...
 
void clearSubclassOptionalData ()
 Clear the optional flags contained in this value. More...
 
bool hasSameSubclassOptionalData (const Value *V) const
 Check the optional flags for equality. More...
 
bool hasValueHandle () const
 Return true if there is a value handle associated with this value. More...
 
bool isUsedByMetadata () const
 Return true if there is metadata referencing this value. More...
 
bool isSwiftError () const
 Return true if this value is a swifterror value. More...
 
ValuestripPointerCasts ()
 Strip off pointer casts, all-zero GEPs, and aliases. More...
 
const ValuestripPointerCasts () const
 
ValuestripPointerCastsNoFollowAliases ()
 Strip off pointer casts and all-zero GEPs. More...
 
const ValuestripPointerCastsNoFollowAliases () const
 
ValuestripInBoundsConstantOffsets ()
 Strip off pointer casts and all-constant inbounds GEPs. More...
 
const ValuestripInBoundsConstantOffsets () const
 
ValuestripAndAccumulateInBoundsConstantOffsets (const DataLayout &DL, APInt &Offset)
 Accumulate offsets from stripInBoundsConstantOffsets(). More...
 
const ValuestripAndAccumulateInBoundsConstantOffsets (const DataLayout &DL, APInt &Offset) const
 
ValuestripInBoundsOffsets ()
 Strip off pointer casts and inbounds GEPs. More...
 
const ValuestripInBoundsOffsets () const
 
unsigned getPointerDereferenceableBytes (const DataLayout &DL, bool &CanBeNull) const
 Returns the number of bytes known to be dereferenceable for the pointer value. More...
 
unsigned getPointerAlignment (const DataLayout &DL) const
 Returns an alignment of the pointer value. More...
 
ValueDoPHITranslation (const BasicBlock *CurBB, const BasicBlock *PredBB)
 Translate PHI node to its predecessor from the given basic block. More...
 
const ValueDoPHITranslation (const BasicBlock *CurBB, const BasicBlock *PredBB) const
 
void mutateType (Type *Ty)
 Mutate the type of this Value to be of the specified type. More...
 
template<class Compare >
void sortUseList (Compare Cmp)
 Sort the use-list. More...
 
void reverseUseList ()
 Reverse the use-list. More...
 
void print (raw_ostream &O, bool IsForDebug=false) const
 Implement operator<< on Value. More...
 
void print (raw_ostream &O, ModuleSlotTracker &MST, bool IsForDebug=false) const
 
void printAsOperand (raw_ostream &O, bool PrintType=true, const Module *M=nullptr) const
 Print the name of this Value out to the specified raw_ostream. More...
 
void printAsOperand (raw_ostream &O, bool PrintType, ModuleSlotTracker &MST) const
 
- Public Member Functions inherited from llvm::ilist_node_impl< ilist_detail::compute_node_options< Function, Options...>::type >
self_iterator getIterator ()
 
const_self_iterator getIterator () const
 
reverse_self_iterator getReverseIterator ()
 
const_reverse_self_iterator getReverseIterator () const
 
bool isSentinel () const
 Check whether this is the sentinel node. More...
 

Static Public Member Functions

static FunctionCreate (FunctionType *Ty, LinkageTypes Linkage, const Twine &N="", Module *M=nullptr)
 
static Intrinsic::ID lookupIntrinsicID (StringRef Name)
 This does the actual lookup of an intrinsic ID which matches the given function name. More...
 
static ArgumentListType Function::* getSublistAccess (Argument *)
 
static BasicBlockListType
Function::* 
getSublistAccess (BasicBlock *)
 
static bool classof (const Value *V)
 Methods for support type inquiry through isa, cast, and dyn_cast: More...
 
- Static Public Member Functions inherited from llvm::GlobalObject
static bool classof (const Value *V)
 
- Static Public Member Functions inherited from llvm::GlobalValue
static UnnamedAddr getMinUnnamedAddr (UnnamedAddr A, UnnamedAddr B)
 
static LinkageTypes getLinkOnceLinkage (bool ODR)
 
static LinkageTypes getWeakLinkage (bool ODR)
 
static bool isExternalLinkage (LinkageTypes Linkage)
 
static bool isAvailableExternallyLinkage (LinkageTypes Linkage)
 
static bool isLinkOnceODRLinkage (LinkageTypes Linkage)
 
static bool isLinkOnceLinkage (LinkageTypes Linkage)
 
static bool isWeakAnyLinkage (LinkageTypes Linkage)
 
static bool isWeakODRLinkage (LinkageTypes Linkage)
 
static bool isWeakLinkage (LinkageTypes Linkage)
 
static bool isAppendingLinkage (LinkageTypes Linkage)
 
static bool isInternalLinkage (LinkageTypes Linkage)
 
static bool isPrivateLinkage (LinkageTypes Linkage)
 
static bool isLocalLinkage (LinkageTypes Linkage)
 
static bool isExternalWeakLinkage (LinkageTypes Linkage)
 
static bool isCommonLinkage (LinkageTypes Linkage)
 
static bool isValidDeclarationLinkage (LinkageTypes Linkage)
 
static bool isInterposableLinkage (LinkageTypes Linkage)
 Whether the definition of this global may be replaced by something non-equivalent at link time. More...
 
static bool isDiscardableIfUnused (LinkageTypes Linkage)
 Whether the definition of this global may be discarded if it is not used in its compilation unit. More...
 
static bool isWeakForLinker (LinkageTypes Linkage)
 Whether the definition of this global may be replaced at link time. More...
 
static StringRef getRealLinkageName (StringRef Name)
 If special LLVM prefix that is used to inform the asm printer to not emit usual symbol prefix before the symbol name is used then return linkage name after skipping this special LLVM prefix. More...
 
static std::string getGlobalIdentifier (StringRef Name, GlobalValue::LinkageTypes Linkage, StringRef FileName)
 Return the modified name for a global value suitable to be used as the key for a global lookup (e.g. More...
 
static GUID getGUID (StringRef GlobalName)
 Return a 64-bit global unique ID constructed from global value name (i.e. More...
 
static bool classof (const Value *V)
 
- Static Public Member Functions inherited from llvm::Constant
static bool classof (const Value *V)
 
static ConstantgetNullValue (Type *Ty)
 Constructor to create a '0' constant of arbitrary type. More...
 
static ConstantgetAllOnesValue (Type *Ty)
 Get the all ones value. More...
 
static ConstantgetIntegerValue (Type *Ty, const APInt &V)
 Return the value for an integer or pointer constant, or a vector thereof, with the given scalar value. More...
 
- Static Public Member Functions inherited from llvm::User
static bool classof (const Value *V)
 

Friends

class SymbolTableListTraits< Function >
 

Additional Inherited Members

- Static Public Attributes inherited from llvm::Value
static const unsigned MaxAlignmentExponent = 29
 The maximum alignment for instructions. More...
 
static const unsigned MaximumAlignment = 1u << MaxAlignmentExponent
 
- Protected Types inherited from llvm::GlobalObject
enum  { LastAlignmentBit = 4, HasMetadataHashEntryBit, HasSectionHashEntryBit, GlobalObjectBits }
 
- Protected Types inherited from llvm::Value
enum  : unsigned { NumUserOperandsBits = 28 }
 The number of operands in the subclass. More...
 
- Protected Types inherited from llvm::ilist_node_impl< ilist_detail::compute_node_options< Function, Options...>::type >
typedef ilist_iterator
< ilist_detail::compute_node_options
< Function, Options...>::type,
false, false
self_iterator
 
typedef ilist_iterator
< ilist_detail::compute_node_options
< Function, Options...>::type,
false, true
const_self_iterator
 
typedef ilist_iterator
< ilist_detail::compute_node_options
< Function, Options...>::type,
true, false
reverse_self_iterator
 
typedef ilist_iterator
< ilist_detail::compute_node_options
< Function, Options...>::type,
true, true
const_reverse_self_iterator
 
- Protected Member Functions inherited from llvm::GlobalObject
 GlobalObject (Type *Ty, ValueTy VTy, Use *Ops, unsigned NumOps, LinkageTypes Linkage, const Twine &Name, unsigned AddressSpace=0)
 
- Protected Member Functions inherited from llvm::GlobalValue
 GlobalValue (Type *Ty, ValueTy VTy, Use *Ops, unsigned NumOps, LinkageTypes Linkage, const Twine &Name, unsigned AddressSpace)
 
unsigned getGlobalValueSubClassData () const
 
void setGlobalValueSubClassData (unsigned V)
 
void setParent (Module *parent)
 
- Protected Member Functions inherited from llvm::Constant
 Constant (Type *ty, ValueTy vty, Use *Ops, unsigned NumOps)
 
- Protected Member Functions inherited from llvm::User
void * operator new (size_t Size)
 Allocate a User with an operand pointer co-allocated. More...
 
void * operator new (size_t Size, unsigned Us)
 Allocate a User with the operands co-allocated. More...
 
void * operator new (size_t Size, unsigned Us, unsigned DescBytes)
 Allocate a User with the operands co-allocated. More...
 
 User (Type *ty, unsigned vty, Use *, unsigned NumOps)
 
void allocHungoffUses (unsigned N, bool IsPhi=false)
 Allocate the array of Uses, followed by a pointer (with bottom bit set) to the User. More...
 
void growHungoffUses (unsigned N, bool IsPhi=false)
 Grow the number of hung off uses. More...
 
template<int Idx>
UseOp ()
 
template<int Idx>
const UseOp () const
 
- Protected Member Functions inherited from llvm::Value
 Value (Type *Ty, unsigned scid)
 
unsigned short getSubclassDataFromValue () const
 
void setValueSubclassData (unsigned short D)
 
- Protected Member Functions inherited from llvm::ilist_node_impl< ilist_detail::compute_node_options< Function, Options...>::type >
 ilist_node_impl ()=default
 
- Static Protected Member Functions inherited from llvm::User
template<int Idx, typename U >
static UseOpFrom (const U *that)
 
- Protected Attributes inherited from llvm::GlobalObject
ComdatObjComdat
 
- Protected Attributes inherited from llvm::GlobalValue
TypeValueType
 
unsigned Linkage: 4
 
unsigned Visibility: 2
 
unsigned UnnamedAddrVal: 2
 
unsigned DllStorageClass: 2
 
unsigned ThreadLocal: 3
 
unsigned HasLLVMReservedName: 1
 True if the function's name starts with "llvm.". More...
 
Intrinsic::ID IntID
 The intrinsic ID for this subclass (which must be a Function). More...
 
ModuleParent
 
- Protected Attributes inherited from llvm::Value
unsigned char SubclassOptionalData: 7
 Hold subclass data that can be dropped. More...
 
unsigned NumUserOperands: NumUserOperandsBits
 
unsigned IsUsedByMD: 1
 
unsigned HasName: 1
 
unsigned HasHungOffUses: 1
 
unsigned HasDescriptor: 1
 
- Static Protected Attributes inherited from llvm::GlobalObject
static const unsigned GlobalObjectSubClassDataBits
 
- Static Protected Attributes inherited from llvm::GlobalValue
static const unsigned GlobalValueSubClassDataBits = 18
 

Detailed Description

Definition at line 48 of file Function.h.

Member Typedef Documentation

Definition at line 57 of file Function.h.

Definition at line 50 of file Function.h.

Definition at line 51 of file Function.h.

Definition at line 58 of file Function.h.

Definition at line 55 of file Function.h.

Definition at line 54 of file Function.h.

Constructor & Destructor Documentation

llvm::Function::Function ( const Function )
delete
Function::~Function ( )
override

Member Function Documentation

void Function::addAttribute ( unsigned  i,
Attribute::AttrKind  Kind 
)
void Function::addAttribute ( unsigned  i,
Attribute  Attr 
)

adds the attribute to the list of attributes.

Definition at line 370 of file Function.cpp.

References llvm::AttributeSet::addAttribute(), getAttributes(), getContext(), and setAttributes().

void Function::addAttributes ( unsigned  i,
AttributeSet  Attrs 
)

adds the attributes to the list of attributes.

Definition at line 376 of file Function.cpp.

References llvm::AttributeSet::addAttributes(), getAttributes(), getContext(), and setAttributes().

Referenced by llvm::Argument::addAttr(), LLVMAddTargetDependentFunctionAttr(), and removeUseSoftFloat().

void Function::addDereferenceableAttr ( unsigned  i,
uint64_t  Bytes 
)

adds the dereferenceable attribute to the list of attributes.

Definition at line 400 of file Function.cpp.

References llvm::AttributeSet::addDereferenceableAttr(), getAttributes(), getContext(), and setAttributes().

void Function::addDereferenceableOrNullAttr ( unsigned  i,
uint64_t  Bytes 
)

adds the dereferenceable_or_null attribute to the list of attributes.

Definition at line 406 of file Function.cpp.

References llvm::AttributeSet::addDereferenceableOrNullAttr(), getAttributes(), getContext(), and setAttributes().

void llvm::Function::addFnAttr ( Attribute::AttrKind  Kind)
inline
void llvm::Function::addFnAttr ( StringRef  Kind,
StringRef  Val = StringRef() 
)
inline

Add function attributes to this function.

Definition at line 187 of file Function.h.

References addAttribute(), llvm::AttributeSet::FunctionIndex, llvm::Attribute::get(), and getContext().

void llvm::Function::addFnAttr ( Attribute  Attr)
inline

Definition at line 192 of file Function.h.

References addAttribute(), and llvm::AttributeSet::FunctionIndex.

arg_iterator llvm::Function::arg_begin ( )
inline
const_arg_iterator llvm::Function::arg_begin ( ) const
inline

Definition at line 554 of file Function.h.

bool Function::arg_empty ( ) const
arg_iterator llvm::Function::arg_end ( )
inline
const_arg_iterator llvm::Function::arg_end ( ) const
inline

Definition at line 563 of file Function.h.

size_t Function::arg_size ( ) const
iterator_range<arg_iterator> llvm::Function::args ( )
inline
iterator_range<const_arg_iterator> llvm::Function::args ( ) const
inline

Definition at line 571 of file Function.h.

References arg_begin(), arg_end(), and llvm::make_range().

const BasicBlock& llvm::Function::back ( ) const
inline

Definition at line 544 of file Function.h.

BasicBlock& llvm::Function::back ( )
inline

Definition at line 545 of file Function.h.

iterator llvm::Function::begin ( )
inline
const_iterator llvm::Function::begin ( ) const
inline

Definition at line 536 of file Function.h.

bool Function::callsFunctionThatReturnsTwice ( ) const

callsFunctionThatReturnsTwice - Return true if the function has a call to setjmp or other function that gcc recognizes as "returning twice".

Definition at line 1207 of file Function.cpp.

References E, llvm::CallSiteBase< FunTy, BBTy, ValTy, UserTy, UseTy, InstrTy, CallTy, InvokeTy, IterTy >::hasFnAttr(), I, llvm::inst_begin(), and llvm::inst_end().

Referenced by markTails(), and llvm::SelectionDAGISel::runOnMachineFunction().

bool llvm::Function::cannotDuplicate ( ) const
inline

Determine if the call cannot be duplicated.

Definition at line 378 of file Function.h.

References hasFnAttribute().

static bool llvm::Function::classof ( const Value V)
inlinestatic

Methods for support type inquiry through isa, cast, and dyn_cast:

Definition at line 629 of file Function.h.

References llvm::Value::getValueID().

void Function::clearGC ( )

Definition at line 422 of file Function.cpp.

References llvm::LLVMContext::deleteGC(), getContext(), and hasGC().

Referenced by copyAttributesFrom(), LLVMSetGC(), and ~Function().

void Function::copyAttributesFrom ( const GlobalValue Src)
overridevirtual

copyAttributesFrom - copy all additional attributes (those not needed to create a Function) from the Function Src to this one.

Copy all additional attributes (those not needed to create a Function) from the Function Src to this one.

Reimplemented from llvm::GlobalValue.

Definition at line 431 of file Function.cpp.

References clearGC(), llvm::GlobalObject::copyAttributesFrom(), llvm::dyn_cast(), getAttributes(), getCallingConv(), getGC(), getPersonalityFn(), getPrefixData(), getPrologueData(), hasGC(), hasPersonalityFn(), hasPrefixData(), hasPrologueData(), setAttributes(), setCallingConv(), setGC(), setPersonalityFn(), setPrefixData(), and setPrologueData().

Referenced by llvm::orc::cloneFunctionDecl(), llvm::CloneFunctionInto(), llvm::CloneModule(), and DoPromotion().

static Function* llvm::Function::Create ( FunctionType Ty,
LinkageTypes  Linkage,
const Twine N = "",
Module M = nullptr 
)
inlinestatic
llvm::Function::DECLARE_TRANSPARENT_OPERAND_ACCESSORS ( Value  )
void llvm::Function::deleteBody ( )
inline

deleteBody - This method deletes the body of the function, and converts the linkage to external.

Definition at line 475 of file Function.h.

References dropAllReferences(), llvm::GlobalValue::ExternalLinkage, and llvm::GlobalValue::setLinkage().

Referenced by llvm::orc::moveFunctionBody().

bool llvm::Function::doesNotAccessMemory ( ) const
inline

Determine if the function does not access memory.

Definition at line 313 of file Function.h.

References hasFnAttribute().

Referenced by doesNotReadMemory(), llvm::BasicAAResult::getModRefBehavior(), llvm::maybeMarkSanitizerLibraryCallNoBuiltin(), onlyReadsMemory(), and setDoesNotAccessMemory().

bool llvm::Function::doesNotAccessMemory ( unsigned  n) const
inline

Definition at line 445 of file Function.h.

References llvm::AttributeSet::hasAttribute().

bool llvm::Function::doesNotAlias ( unsigned  n) const
inline

Determine if the parameter or return value is marked with NoAlias attribute.

Parameters
nThe parameter to check. 1 is the first parameter, 0 is the return

Definition at line 429 of file Function.h.

References llvm::AttributeSet::hasAttribute(), and llvm::NoAlias.

Referenced by addNoAliasAttrs(), and setDoesNotAlias().

bool llvm::Function::doesNotCapture ( unsigned  n) const
inline

Determine if the parameter can be captured.

Parameters
nThe parameter to check. 1 is the first parameter, 0 is the return

Definition at line 438 of file Function.h.

References llvm::AttributeSet::hasAttribute().

Referenced by setDoesNotCapture().

bool llvm::Function::doesNotReadMemory ( ) const
inline

Determine if the function does not access or only writes memory.

Definition at line 329 of file Function.h.

References doesNotAccessMemory(), hasFnAttribute(), and AMDGPU::RuntimeMD::KernelArg::WriteOnly.

Referenced by llvm::BasicAAResult::getModRefBehavior().

bool llvm::Function::doesNotRecurse ( ) const
inline

Determine if the function is known not to recurse, directly or indirectly.

Definition at line 398 of file Function.h.

References hasFnAttribute().

Referenced by addNoRecurseAttrs(), addNoRecurseAttrsTopDown(), deduceFunctionAttributeInRPO(), processInternalGlobal(), and setDoesNotRecurse().

bool llvm::Function::doesNotReturn ( ) const
inline

Determine if the function cannot return.

Definition at line 362 of file Function.h.

References hasFnAttribute().

Referenced by runImpl().

bool llvm::Function::doesNotThrow ( ) const
inline
void Function::dropAllReferences ( )

dropAllReferences() - This method causes all the subinstructions to "let go" of all references that they are maintaining.

This allows one to 'delete' a whole module at a time, even though there may be circular references... first all references are dropped, and all use counts go to zero. Then everything is deleted for real. Note that no operations are valid on an object that has "dropped all references", except operator delete.

Since no other object in the module can have references into the body of a function, dropping all references deletes the entire body of the function, including any contained basic blocks.

Definition at line 342 of file Function.cpp.

References llvm::GlobalObject::clearMetadata(), llvm::User::dropAllReferences(), llvm::BasicBlock::dropAllReferences(), llvm::User::getNumOperands(), llvm::Value::getSubclassDataFromValue(), setIsMaterializable(), and llvm::User::setNumHungOffUseOperands().

Referenced by deleteBody(), llvm::Module::dropAllReferences(), and ~Function().

bool llvm::Function::empty ( ) const
inline
iterator llvm::Function::end ( )
inline
const_iterator llvm::Function::end ( ) const
inline

Definition at line 538 of file Function.h.

void Function::eraseFromParent ( )
overridevirtual
const BasicBlock& llvm::Function::front ( ) const
inline
BasicBlock& llvm::Function::front ( )
inline

Definition at line 543 of file Function.h.

const ArgumentListType& llvm::Function::getArgumentList ( ) const
inline
ArgumentListType& llvm::Function::getArgumentList ( )
inline

Definition at line 503 of file Function.h.

Attribute llvm::Function::getAttribute ( unsigned  i,
Attribute::AttrKind  Kind 
) const
inline

Definition at line 280 of file Function.h.

References llvm::AttributeSet::getAttribute().

Referenced by getFnAttribute().

Attribute llvm::Function::getAttribute ( unsigned  i,
StringRef  Kind 
) const
inline

Definition at line 284 of file Function.h.

References llvm::AttributeSet::getAttribute().

AttributeSet llvm::Function::getAttributes ( ) const
inline

Return the attribute list for this Function.

Definition at line 176 of file Function.h.

Referenced by addAttribute(), addAttributes(), addDereferenceableAttr(), addDereferenceableOrNullAttr(), addNonNullAttrs(), llvm::attributesPermitTailCall(), llvm::TargetLowering::BuildSDIVPow2(), llvm::CloneFunctionInto(), llvm::FunctionComparator::compareSignature(), copyAttributesFrom(), DoPromotion(), llvm::XCoreFrameLowering::emitPrologue(), llvm::AArch64RegisterInfo::getCalleeSavedRegs(), llvm::SystemZRegisterInfo::getCalleeSavedRegs(), llvm::ARMBaseRegisterInfo::getCalleeSavedRegs(), llvm::X86RegisterInfo::getCalleeSavedRegs(), llvm::AArch64RegisterInfo::getCallPreservedMask(), llvm::SystemZRegisterInfo::getCallPreservedMask(), llvm::ARMBaseRegisterInfo::getCallPreservedMask(), llvm::X86RegisterInfo::getCallPreservedMask(), llvm::HexagonTargetMachine::getSubtargetImpl(), hasAttribute(), llvm::Argument::hasByValOrInAllocaAttr(), llvm::Argument::hasSwiftErrorAttr(), llvm::Argument::hasSwiftSelfAttr(), llvm::HexagonEvaluator::HexagonEvaluator(), insertSinCosCall(), isArgPassedInSGPR(), llvm::TargetLowering::isInTailCallPosition(), llvm::orc::makeStub(), llvm::Argument::onlyReadsMemory(), optimizeBinaryDoubleFP(), OptimizeFunctions(), optimizeUnaryDoubleFP(), llvm::StatepointBase< Function, Instruction, Value, CallSite >::paramHasAttr(), produceCompactUnwindFrame(), PromoteArguments(), removeAttribute(), removeAttributes(), RemoveNestAttribute(), llvm::FunctionLoweringInfo::set(), and setNonNull().

const BasicBlockListType& llvm::Function::getBasicBlockList ( ) const
inline
BasicBlockListType& llvm::Function::getBasicBlockList ( )
inline

Definition at line 513 of file Function.h.

CallingConv::ID llvm::Function::getCallingConv ( ) const
inline

getCallingConv()/setCallingConv(CC) - These method get and set the calling convention of this function.

The enum values for the known calling conventions are defined in CallingConv.h.

Definition at line 165 of file Function.h.

References llvm::Value::getSubclassDataFromValue(), and llvm::CallingConv::MaxID.

Referenced by llvm::SIInstrInfo::calculateLDSSpillAddress(), llvm::FunctionComparator::compareSignature(), computeCalleeSaveRegisterPairs(), copyAttributesFrom(), llvm::AArch64FrameLowering::determineCalleeSaves(), llvm::AVRFrameLowering::emitEpilogue(), llvm::ARMFrameLowering::emitEpilogue(), llvm::AArch64FrameLowering::emitEpilogue(), llvm::PPCFrameLowering::emitEpilogue(), llvm::AVRFrameLowering::emitPrologue(), llvm::ARMFrameLowering::emitPrologue(), llvm::AArch64FrameLowering::emitPrologue(), llvm::X86FrameLowering::emitPrologue(), llvm::AMDGPUSubtarget::enableIEEEBit(), llvm::X86FrameLowering::enableShrinkWrapping(), llvm::MSP430RegisterInfo::getCalleeSavedRegs(), llvm::AVRRegisterInfo::getCalleeSavedRegs(), llvm::AArch64RegisterInfo::getCalleeSavedRegs(), llvm::PPCRegisterInfo::getCalleeSavedRegs(), llvm::ARMBaseRegisterInfo::getCalleeSavedRegs(), llvm::X86RegisterInfo::getCalleeSavedRegs(), llvm::AArch64RegisterInfo::getCalleeSavedRegsViaCopy(), llvm::PPCRegisterInfo::getCalleeSavedRegsViaCopy(), llvm::ARMBaseRegisterInfo::getCalleeSavedRegsViaCopy(), llvm::X86RegisterInfo::getCalleeSavedRegsViaCopy(), llvm::AMDGPUSubtarget::getFlatWorkGroupSizes(), llvm::X86RegisterInfo::getGPRsForTailCall(), llvm::Mangler::getNameWithPrefix(), llvm::X86RegisterInfo::getReservedRegs(), GetScratchRegister(), llvm::TargetFrameLowering::getStackAlignmentSkew(), llvm::CallLowering::handleAssignments(), llvm::InlineFunction(), isArgPassedInSGPR(), llvm::HexagonTargetLowering::IsEligibleForTailCallOptimization(), llvm::isKernelFunction(), llvm::AMDGPUSubtarget::isMesaGfxShader(), llvm::AMDGPUSubtarget::isMesaKernel(), isProfitableToMakeFastCC(), llvm::SISubtarget::isVGPRSpillingEnabled(), llvm::SIInstrInfo::legalizeOperands(), llvm::AArch64CallLowering::lowerCall(), llvm::AArch64CallLowering::lowerFormalArguments(), llvm::ARMCallLowering::lowerFormalArguments(), llvm::AArch64CallLowering::lowerReturn(), LowerVACOPY(), llvm::Intrinsic::remangleIntrinsicFunction(), llvm::FunctionLoweringInfo::set(), llvm::AArch64TargetLowering::supportSplitCSR(), llvm::PPCTargetLowering::supportSplitCSR(), llvm::R600InstrInfo::usesTextureCache(), and llvm::R600InstrInfo::usesVertexCache().

LLVMContext & Function::getContext ( ) const

getContext - Return a reference to the LLVMContext associated with this function.

Definition at line 226 of file Function.cpp.

References llvm::Type::getContext(), and llvm::GlobalValue::getType().

Referenced by AddAliasScopeMetadata(), addArgumentAttrs(), addArgumentReturnedAttrs(), llvm::Argument::addAttr(), addAttribute(), addAttributes(), addDereferenceableAttr(), addDereferenceableOrNullAttr(), addFnAttr(), adjustCallerSSPLevel(), llvm::ARMFrameLowering::adjustForSegmentedStacks(), llvm::OptimizationRemarkEmitter::allowExtraAnalysis(), llvm::MachineIRBuilder::buildConstant(), llvm::coro::buildCoroutineFrame(), buildFrameType(), llvm::coro::Shape::buildFrom(), clearGC(), llvm::CloneFunctionInto(), combineInstructionsOverFunction(), llvm::ComputeLegalValueVTs(), ConvertImplicitDefToConstZero(), createFPFnStub(), createMaskInstrs(), llvm::createPGOFuncNameMetadata(), createResumeEntryBlock(), DoPromotion(), duplicateCPV(), eliminateRecursiveTailCall(), llvm::OptimizationRemarkEmitter::emit(), llvm::AMDGPUAsmPrinter::EmitInstruction(), llvm::ARMBaseRegisterInfo::emitLoadConstPool(), llvm::OptimizationRemarkEmitter::emitOptimizationRemark(), llvm::OptimizationRemarkEmitter::emitOptimizationRemarkAnalysis(), llvm::OptimizationRemarkEmitter::emitOptimizationRemarkAnalysisAliasing(), llvm::OptimizationRemarkEmitter::emitOptimizationRemarkAnalysisFPCommute(), llvm::OptimizationRemarkEmitter::emitOptimizationRemarkMissed(), emitThumb1LoadConstPool(), emitThumb2LoadConstPool(), llvm::AlignmentFromAssumptionsPass::extractAlignmentInfo(), llvm::FastISel::fastEmit_ri_(), fixupLineNumbers(), llvm::X86InstrInfo::foldMemoryOperandImpl(), llvm::BlockAddress::get(), getGC(), llvm::AMDGPU::getIntegerAttribute(), llvm::AMDGPU::getIntegerPairAttribute(), getRuntimeMDForKernel(), llvm::slpvectorizer::BoUpSLP::getTreeCost(), llvm::CallLowering::handleAssignments(), HandleInlinedEHPad(), llvm::SelectionDAG::init(), INITIALIZE_PASS(), insertFastDiv(), llvm::isFreeCall(), llvm::LegalizerHelper::libcall(), LLVMAddTargetDependentFunctionAttr(), llvm::XCoreInstrInfo::loadImmediate(), llvm::SIInstrInfo::loadRegFromStackSlot(), llvm::BlockAddress::lookup(), llvm::AMDGPUMCInstLower::lower(), llvm::NVPTXTargetLowering::LowerCall(), llvm::NVPTXTargetLowering::LowerReturn(), llvm::OptimizationRemarkEmitter::OptimizationRemarkEmitter(), prepareForSplit(), PromoteArguments(), llvm::Argument::removeAttr(), removeAttribute(), removeAttributes(), removeFnAttr(), RemoveNestAttribute(), removeUseSoftFloat(), llvm::legacy::FunctionPassManagerImpl::run(), llvm::OptimizationRemarkEmitterAnalysis::run(), llvm::ExecutionEngine::runFunctionAsMain(), llvm::LPPassManager::runOnFunction(), llvm::OptimizationRemarkEmitterWrapperPass::runOnFunction(), llvm::FastISel::selectExtractValue(), llvm::FunctionLoweringInfo::set(), setCoroInfo(), setEntryCount(), setGC(), setSectionPrefix(), llvm::BasicBlockPass::skipBasicBlock(), llvm::FunctionPass::skipFunction(), llvm::LoopPass::skipLoop(), llvm::SIInstrInfo::storeRegToStackSlot(), llvm::UpgradeIntrinsicFunction(), UpgradeIntrinsicFunction1(), UpgradeSSE41Function(), and llvm::slpvectorizer::BoUpSLP::vectorizeTree().

uint64_t llvm::Function::getDereferenceableBytes ( unsigned  i) const
inline

Extract the number of dereferenceable bytes for a call or parameter (0=unknown).

Definition at line 302 of file Function.h.

References llvm::AttributeSet::getDereferenceableBytes().

Referenced by llvm::Argument::getDereferenceableBytes().

uint64_t llvm::Function::getDereferenceableOrNullBytes ( unsigned  i) const
inline

Extract the number of dereferenceable_or_null bytes for a call or parameter (0=unknown).

Definition at line 308 of file Function.h.

References llvm::AttributeSet::getDereferenceableOrNullBytes().

Referenced by llvm::Argument::getDereferenceableOrNullBytes().

const BasicBlock& llvm::Function::getEntryBlock ( ) const
inline

Definition at line 519 of file Function.h.

References front().

Referenced by llvm::CFGMST< Edge, BBInfo >::buildEdges(), llvm::BranchProbabilityInfo::calculate(), calculateStateNumbersForInvokes(), llvm::CloneAndPruneIntoFromInst(), llvm::CloneBasicBlock(), llvm::colorEHFunclets(), llvm::FunctionComparator::compare(), ComputePostOrders(), CreatePrologue(), cxxDtorIsEmpty(), llvm::DemotePHIToStack(), llvm::DemoteRegToStack(), eliminateRecursiveTailCall(), llvm::FindFunctionBackedges(), findLocationForEntrySafepoint(), findTRECandidate(), llvm::FunctionComparator::functionHash(), llvm::MemoryDependenceResults::getDependency(), llvm::GraphTraits< Function * >::getEntryNode(), llvm::GraphTraits< const Function * >::getEntryNode(), llvm::GraphTraits< Inverse< Function * > >::getEntryNode(), llvm::GraphTraits< Inverse< const Function * > >::getEntryNode(), getFirstNonAllocaInTheEntryBlock(), llvm::MemoryDependenceResults::getNonLocalCallDependency(), getPredState(), llvm::MemoryDependenceResults::getSimplePointerDependencyFrom(), INITIALIZE_PASS(), llvm::InlineFunction(), InsertRootInitializers(), insertSinCosCall(), isEmptyFunction(), llvm::SelectionDAGBuilder::isExportableFromCurrentBlock(), llvm::isPotentiallyReachable(), memoryIsNotModifiedBetween(), llvm::MergeBasicBlockIntoOnlyPred(), NegateValue(), prepareForSplit(), llvm::PrepareToSplitEntryBlock(), llvm::JumpThreadingPass::ProcessBlock(), processInternalGlobal(), promoteMemoryToRegister(), llvm::RegionInfo::recalculate(), relocationViaAlloca(), llvm::ConstantHoistingPass::run(), llvm::SLPVectorizerPass::runImpl(), llvm::JumpThreadingPass::runImpl(), runImpl(), shouldInstrumentBlock(), llvm::BasicBlockPass::skipBasicBlock(), llvm::SparseSolver::Solve(), llvm::TryToSimplifyUncondBranchFromEmptyBlock(), TryToSinkInstruction(), ValueDominatesPHI(), llvm::slpvectorizer::BoUpSLP::vectorizeTree(), and llvm::InstCombiner::visitAllocaInst().

BasicBlock& llvm::Function::getEntryBlock ( )
inline

Definition at line 520 of file Function.h.

References front().

Optional< uint64_t > Function::getEntryCount ( ) const
Attribute llvm::Function::getFnAttribute ( Attribute::AttrKind  Kind) const
inline
Attribute llvm::Function::getFnAttribute ( StringRef  Kind) const
inline

Definition at line 237 of file Function.h.

References llvm::AttributeSet::FunctionIndex, and getAttribute().

unsigned llvm::Function::getFnStackAlignment ( ) const
inline

Return the stack alignment for the function.

Definition at line 242 of file Function.h.

References llvm::AttributeSet::FunctionIndex, llvm::AttributeSet::getStackAlignment(), and hasFnAttribute().

Referenced by getFnStackAlignment().

FunctionType * Function::getFunctionType ( ) const
const std::string & Function::getGC ( ) const
Intrinsic::ID llvm::Function::getIntrinsicID ( ) const
inline
unsigned llvm::Function::getParamAlignment ( unsigned  i) const
inline

Extract the alignment for a call or parameter (0=unknown).

Definition at line 296 of file Function.h.

References llvm::AttributeSet::getParamAlignment().

Referenced by llvm::Argument::getParamAlignment(), INITIALIZE_PASS(), and llvm::InlineFunction().

Constant * Function::getPersonalityFn ( ) const
Constant * Function::getPrefixData ( ) const

Get the prefix data associated with this function.

Definition at line 1228 of file Function.cpp.

References assert(), llvm::User::getNumOperands(), and hasPrefixData().

Referenced by copyAttributesFrom().

Constant * Function::getPrologueData ( ) const

Get the prologue data associated with this function.

Definition at line 1238 of file Function.cpp.

References assert(), llvm::User::getNumOperands(), and hasPrologueData().

Referenced by copyAttributesFrom().

Type * Function::getReturnType ( ) const
Optional< StringRef > Function::getSectionPrefix ( ) const

Get the section prefix for this function.

Definition at line 1307 of file Function.cpp.

References assert(), llvm::dyn_cast(), llvm::GlobalObject::getMetadata(), llvm::LLVMContext::MD_section_prefix, and llvm::None.

Referenced by resideInSameSection().

static ArgumentListType Function::* llvm::Function::getSublistAccess ( Argument )
inlinestatic

Definition at line 508 of file Function.h.

static BasicBlockListType Function::* llvm::Function::getSublistAccess ( BasicBlock )
inlinestatic

Definition at line 515 of file Function.h.

DISubprogram * Function::getSubprogram ( ) const
ValueSymbolTable* llvm::Function::getValueSymbolTable ( )
inline

getSymbolTable() - Return the symbol table if any, otherwise nullptr.

Definition at line 527 of file Function.h.

Referenced by llvm::MIRParserImpl::initializeFrameInfo().

const ValueSymbolTable* llvm::Function::getValueSymbolTable ( ) const
inline

Definition at line 528 of file Function.h.

bool Function::hasAddressTaken ( const User **  PutOffender = nullptr) const

hasAddressTaken - returns true if there are any uses of this function other than direct calls or invokes to it, or blockaddress expressions.

hasAddressTaken - returns true if there are any uses of this function other than direct calls or invokes to it.

Optionally passes back an offending user for diagnostic purposes.

Definition at line 1171 of file Function.cpp.

References llvm::CallSiteBase< FunTy, BBTy, ValTy, UserTy, UseTy, InstrTy, CallTy, InvokeTy, IterTy >::isCallee(), and llvm::Value::uses().

Referenced by llvm::canRenameComdatFunc(), llvm::TargetFrameLowering::isSafeForNoCSROpt(), OptimizeFunctions(), and shouldRecordFunctionAddr().

bool llvm::Function::hasAttribute ( unsigned  i,
Attribute::AttrKind  Kind 
) const
inline

check if an attributes is in the list of attributes.

Definition at line 276 of file Function.h.

References getAttributes(), and llvm::AttributeSet::hasAttribute().

Referenced by llvm::Argument::hasAttribute().

bool llvm::Function::hasFnAttribute ( Attribute::AttrKind  Kind) const
inline

Return true if the function has the attribute.

Definition at line 226 of file Function.h.

References llvm::AttributeSet::hasFnAttribute().

Referenced by addForcedAttributes(), adjustCallerSSPLevel(), llvm::NVPTXTargetLowering::allowFMA(), cannotDuplicate(), llvm::TargetRegisterInfo::canRealignStack(), llvm::AArch64FrameLowering::canUseRedZone(), checkNumAlignedDPRCS2Regs(), combineStore(), llvm::TargetFrameLowering::determineCalleeSaves(), llvm::PPCFrameLowering::determineFrameLayout(), llvm::TargetOptions::DisableFramePointerElim(), doesNotAccessMemory(), doesNotReadMemory(), doesNotRecurse(), doesNotReturn(), doesNotThrow(), doSpillCalleeSavedRegs(), llvm::PPCRegisterInfo::eliminateFrameIndex(), llvm::PPCTargetLowering::emitEHSjLjSetJmp(), llvm::MipsSEFrameLowering::emitEpilogue(), llvm::MipsAsmPrinter::EmitFunctionBodyStart(), llvm::MipsSEFrameLowering::emitPrologue(), llvm::SystemZFrameLowering::emitPrologue(), llvm::X86FrameLowering::emitPrologue(), llvm::X86FrameLowering::enableShrinkWrapping(), get64BitArgumentXMMs(), llvm::ARMBaseRegisterInfo::getCalleeSavedRegs(), getDeoptLowering(), getFnStackAlignment(), getFnStackAlignment(), llvm::getInlineCost(), llvm::MemoryDependenceResults::getLoadLoadClobberFullWidthSize(), llvm::SIRegisterInfo::getMaxNumSGPRs(), llvm::SIRegisterInfo::getMaxNumVGPRs(), llvm::MipsTargetLowering::getOpndList(), llvm::ARMTargetLowering::getOptimalMemOpType(), llvm::AArch64TargetLowering::getOptimalMemOpType(), llvm::PPCTargetLowering::getOptimalMemOpType(), llvm::X86TargetLowering::getOptimalMemOpType(), getRecipEstimateForFunc(), llvm::MipsRegisterInfo::getReservedRegs(), llvm::MipsCCState::getSpecialCallingConvForCallee(), llvm::SparcTargetMachine::getSubtargetImpl(), llvm::MipsTargetMachine::getSubtargetImpl(), llvm::AMDGPUSubtarget::getWavesPerEU(), hasReturnsTwiceAttr(), hasUWTable(), llvm::AArch64TargetLowering::insertCopiesSplitCSR(), llvm::PPCTargetLowering::insertCopiesSplitCSR(), isConvergent(), llvm::ProfileSummaryInfo::isFunctionEntryCold(), llvm::isInlineViable(), isNoReturnDef(), isOptNone(), llvm::TargetFrameLowering::isSafeForNoCSROpt(), llvm::isSafeToSpeculativelyExecute(), llvm::MipsSEInstrInfo::loadRegFromStack(), llvm::PPCFrameLowering::needsFP(), llvm::TargetRegisterInfo::needsStackRealignment(), onlyAccessesArgMemory(), onlyAccessesInaccessibleMemOrArgMem(), onlyAccessesInaccessibleMemory(), onlyReadsMemory(), optForMinSize(), optForSize(), llvm::LegacyInlinerBase::removeDeadFunctions(), removeUseSoftFloat(), llvm::PostOrderFunctionAttrsPass::run(), llvm::InlinerPass::run(), llvm::SLPVectorizerPass::runImpl(), runImpl(), runIPSCCP(), llvm::ARMAsmPrinter::runOnMachineFunction(), llvm::MachineFunction::shouldSplitStack(), llvm::BasicBlockPass::skipBasicBlock(), llvm::FunctionPass::skipFunction(), llvm::LoopPass::skipLoop(), llvm::MipsSEFrameLowering::spillCalleeSavedRegisters(), llvm::MipsSEInstrInfo::storeRegToStack(), llvm::AArch64TargetLowering::supportSplitCSR(), llvm::PPCTargetLowering::supportSplitCSR(), and WindowsRequiresStackProbe().

bool llvm::Function::hasFnAttribute ( StringRef  Kind) const
inline

Definition at line 229 of file Function.h.

References llvm::AttributeSet::hasFnAttribute().

bool llvm::Function::hasGC ( ) const
inline
bool llvm::Function::hasLazyArguments ( ) const
inline

hasLazyArguments/CheckLazyArguments - The argument list of a function is built on demand, so that the list isn't allocated until the first client needs it.

The hasLazyArguments predicate returns true if the arg list hasn't been set up yet.

Definition at line 93 of file Function.h.

References llvm::Value::getSubclassDataFromValue().

Referenced by stealArgumentListFrom().

bool llvm::Function::hasPersonalityFn ( ) const
inline
bool llvm::Function::hasPrefixData ( ) const
inline

Check whether this function has prefix data.

Definition at line 590 of file Function.h.

References llvm::Value::getSubclassDataFromValue().

Referenced by copyAttributesFrom(), and getPrefixData().

bool llvm::Function::hasPrologueData ( ) const
inline

Check whether this function has prologue data.

Definition at line 599 of file Function.h.

References llvm::Value::getSubclassDataFromValue().

Referenced by copyAttributesFrom(), and getPrologueData().

bool llvm::Function::hasStructRetAttr ( ) const
inline

Determine if the function returns a structure through first pointer argument.

Definition at line 421 of file Function.h.

References llvm::AttributeSet::hasAttribute().

Referenced by llvm::Mangler::getNameWithPrefix(), llvm::HexagonTargetLowering::LowerCall(), llvm::SparcTargetLowering::LowerFormalArguments_32(), and llvm::SparcTargetLowering::LowerReturn_32().

bool llvm::Function::hasUWTable ( ) const
inline

True if the ABI mandates (or the user requested) that this function be in a unwind table.

Definition at line 407 of file Function.h.

References hasFnAttribute().

Referenced by needsUnwindTableEntry().

bool llvm::Function::isConvergent ( ) const
inline

Determine if the call is convergent.

Definition at line 386 of file Function.h.

References llvm::MCID::Convergent, and hasFnAttribute().

Referenced by removeConvergentAttrs().

bool Function::isDefTriviallyDead ( ) const

isDefTriviallyDead - Return true if it is trivially safe to remove this function definition from the module (because it isn't externally visible, does not have its address taken, and has no callers).

To make this more accurate, call removeDeadConstantUsers first.

Definition at line 1191 of file Function.cpp.

References llvm::GlobalValue::hasAvailableExternallyLinkage(), llvm::GlobalValue::hasLinkOnceLinkage(), llvm::GlobalValue::hasLocalLinkage(), and llvm::Value::users().

Referenced by optimizeGlobalsInModule(), llvm::LegacyInlinerBase::removeDeadFunctions(), and llvm::AlwaysInlinerPass::run().

bool llvm::Function::isIntrinsic ( ) const
inline
bool Function::isMaterializable ( ) const

Definition at line 216 of file Function.cpp.

References llvm::GlobalObject::getGlobalObjectSubClassData().

bool Function::isVarArg ( ) const
Intrinsic::ID Function::lookupIntrinsicID ( StringRef  Name)
static

This does the actual lookup of an intrinsic ID which matches the given function name.

Definition at line 486 of file Function.cpp.

References llvm::ArrayRef< T >::data(), findTargetSubtable(), IntrinsicNameTable, llvm::Intrinsic::isOverloaded(), llvm::Intrinsic::lookupLLVMIntrinsicByName(), llvm::Intrinsic::not_intrinsic, and llvm::StringRef::size().

Referenced by recalculateIntrinsicID().

bool llvm::Function::needsUnwindTableEntry ( ) const
inline
bool llvm::Function::onlyAccessesArgMemory ( ) const
inline

Determine if the call can access memmory only using pointers based on its arguments.

Definition at line 338 of file Function.h.

References hasFnAttribute().

Referenced by llvm::BasicAAResult::getModRefBehavior(), and setOnlyAccessesArgMemory().

bool llvm::Function::onlyAccessesInaccessibleMemOrArgMem ( ) const
inline

Determine if the function may only access memory that is either inaccessible from the IR or pointed to by its arguments.

Definition at line 354 of file Function.h.

References hasFnAttribute().

Referenced by llvm::BasicAAResult::getModRefBehavior().

bool llvm::Function::onlyAccessesInaccessibleMemory ( ) const
inline

Determine if the function may only access memory that is inaccessible from the IR.

Definition at line 345 of file Function.h.

References hasFnAttribute().

Referenced by llvm::BasicAAResult::getModRefBehavior().

bool llvm::Function::onlyReadsMemory ( ) const
inline
bool llvm::Function::onlyReadsMemory ( unsigned  n) const
inline
void llvm::Function::operator= ( const Function )
delete
bool llvm::Function::optForMinSize ( ) const
inline
bool llvm::Function::optForSize ( ) const
inline
void Function::print ( raw_ostream OS,
AssemblyAnnotationWriter AAW = nullptr,
bool  ShouldPreserveUseListOrder = false,
bool  IsForDebug = false 
) const

Print the function to an output stream with an optional AssemblyAnnotationWriter.

Definition at line 3300 of file AsmWriter.cpp.

References llvm::GlobalValue::getParent().

void Function::recalculateIntrinsicID ( )

Recalculate the ID for this function if it is an Intrinsic defined in llvm/Intrinsics.h.

Sets the intrinsic ID to Intrinsic::not_intrinsic if the name of this function does not match an intrinsic in that header. Note, this method does not need to be called directly, as it is called from Value::setName() whenever the name of this function changes.

Definition at line 503 of file Function.cpp.

References llvm::Value::getName(), llvm::GlobalValue::HasLLVMReservedName, llvm::GlobalValue::IntID, lookupIntrinsicID(), llvm::Intrinsic::not_intrinsic, and llvm::StringRef::startswith().

void Function::removeAttribute ( unsigned  i,
Attribute::AttrKind  Kind 
)

removes the attribute from the list of attributes.

Definition at line 382 of file Function.cpp.

References getAttributes(), getContext(), llvm::AttributeSet::removeAttribute(), and setAttributes().

Referenced by removeFnAttr().

void Function::removeAttribute ( unsigned  i,
StringRef  Kind 
)

removes the attribute from the list of attributes.

Definition at line 388 of file Function.cpp.

References getAttributes(), getContext(), llvm::AttributeSet::removeAttribute(), and setAttributes().

void Function::removeAttributes ( unsigned  i,
AttributeSet  Attrs 
)

removes the attributes from the list of attributes.

Definition at line 394 of file Function.cpp.

References getAttributes(), getContext(), llvm::AttributeSet::removeAttributes(), and setAttributes().

Referenced by adjustCallerSSPLevel(), llvm::Argument::removeAttr(), and removeUseSoftFloat().

void llvm::Function::removeFnAttr ( Attribute::AttrKind  Kind)
inline

Remove function attributes from this function.

Definition at line 197 of file Function.h.

References llvm::AttributeSet::FunctionIndex, and removeAttribute().

Referenced by setNotConvergent().

void llvm::Function::removeFnAttr ( StringRef  Kind)
inline

Remove function attribute from this function.

Definition at line 202 of file Function.h.

References llvm::AttributeSet::FunctionIndex, getContext(), llvm::AttributeSet::removeAttribute(), and setAttributes().

void Function::removeFromParent ( )
overridevirtual
void llvm::Function::setAttributes ( AttributeSet  Attrs)
inline
void llvm::Function::setCallingConv ( CallingConv::ID  CC)
inline
void llvm::Function::setCannotDuplicate ( )
inline

Definition at line 381 of file Function.h.

References addFnAttr().

void llvm::Function::setConvergent ( )
inline

Definition at line 389 of file Function.h.

References addFnAttr(), and llvm::MCID::Convergent.

void llvm::Function::setDoesNotAccessMemory ( )
inline

Definition at line 316 of file Function.h.

References addFnAttr().

Referenced by setDoesNotAccessMemory().

void llvm::Function::setDoesNotAccessMemory ( unsigned  n)
inline

Definition at line 448 of file Function.h.

References addAttribute().

void llvm::Function::setDoesNotAlias ( unsigned  n)
inline

Definition at line 432 of file Function.h.

References addAttribute(), and llvm::NoAlias.

Referenced by addNoAliasAttrs(), and setDoesNotAlias().

void llvm::Function::setDoesNotCapture ( unsigned  n)
inline

Definition at line 441 of file Function.h.

References addAttribute().

Referenced by setDoesNotCapture().

void llvm::Function::setDoesNotReadMemory ( )
inline

Definition at line 332 of file Function.h.

References addFnAttr(), and AMDGPU::RuntimeMD::KernelArg::WriteOnly.

void llvm::Function::setDoesNotRecurse ( )
inline

Definition at line 401 of file Function.h.

References addFnAttr().

Referenced by setDoesNotRecurse().

void llvm::Function::setDoesNotReturn ( )
inline

Definition at line 365 of file Function.h.

References addFnAttr().

void llvm::Function::setDoesNotThrow ( )
inline

Definition at line 373 of file Function.h.

References addFnAttr().

Referenced by setDoesNotThrow().

void Function::setEntryCount ( uint64_t  Count)

Set the entry count for this function.

Entry count is the number of times this function was executed based on pgo data.

Definition at line 1282 of file Function.cpp.

References llvm::MDBuilder::createFunctionEntryCount(), getContext(), llvm::LLVMContext::MD_prof, and llvm::GlobalObject::setMetadata().

Referenced by llvm::CodeExtractor::extractCodeRegion().

void Function::setGC ( std::string  Str)

Definition at line 417 of file Function.cpp.

References getContext(), and llvm::LLVMContext::setGC().

Referenced by copyAttributesFrom(), llvm::InlineFunction(), and LLVMSetGC().

void llvm::Function::setHasUWTable ( )
inline

Definition at line 410 of file Function.h.

References addFnAttr().

void Function::setIsMaterializable ( bool  V)
void llvm::Function::setNotConvergent ( )
inline

Definition at line 392 of file Function.h.

References llvm::MCID::Convergent, and removeFnAttr().

Referenced by removeConvergentAttrs().

void llvm::Function::setOnlyAccessesArgMemory ( )
inline

Definition at line 341 of file Function.h.

References addFnAttr().

Referenced by setOnlyAccessesArgMemory().

void llvm::Function::setOnlyAccessesInaccessibleMemOrArgMem ( )
inline

Definition at line 357 of file Function.h.

References addFnAttr().

void llvm::Function::setOnlyAccessesInaccessibleMemory ( )
inline

Definition at line 348 of file Function.h.

References addFnAttr().

void llvm::Function::setOnlyReadsMemory ( )
inline

Definition at line 324 of file Function.h.

References addFnAttr(), and AMDGPU::RuntimeMD::KernelArg::ReadOnly.

Referenced by setOnlyReadsMemory().

void llvm::Function::setOnlyReadsMemory ( unsigned  n)
inline

Definition at line 456 of file Function.h.

References addAttribute(), and AMDGPU::RuntimeMD::KernelArg::ReadOnly.

void Function::setPersonalityFn ( Constant Fn)
void Function::setPrefixData ( Constant PrefixData)

Definition at line 1233 of file Function.cpp.

Referenced by copyAttributesFrom().

void Function::setPrologueData ( Constant PrologueData)

Definition at line 1243 of file Function.cpp.

Referenced by copyAttributesFrom().

void Function::setSectionPrefix ( StringRef  Prefix)

Set the section prefix for this function.

Definition at line 1301 of file Function.cpp.

References llvm::MDBuilder::createFunctionSectionPrefix(), getContext(), llvm::LLVMContext::MD_section_prefix, and llvm::GlobalObject::setMetadata().

void Function::setSubprogram ( DISubprogram SP)

Set the attached subprogram.

Calls setMetadata() with LLVMContext::MD_dbg.

Definition at line 1454 of file Metadata.cpp.

References llvm::GlobalObject::setMetadata().

Referenced by DoPromotion(), and llvm::stripDebugInfo().

size_t llvm::Function::size ( ) const
inline
void Function::stealArgumentListFrom ( Function Src)

Steal arguments from another function.

Drop this function's arguments and splice in the ones from Src. Requires that this has no function body.

Definition at line 305 of file Function.cpp.

References A, llvm::all_of(), assert(), llvm::iplist_impl< IntrusiveListT, TraitsT >::clear(), llvm::Value::getSubclassDataFromValue(), hasLazyArguments(), llvm::GlobalValue::isDeclaration(), llvm::iplist_impl< IntrusiveListT, TraitsT >::splice(), and llvm::Value::use_empty().

void Function::viewCFG ( ) const

viewCFG - This function is meant for use from the debugger.

You can just say 'call F->viewCFG()' and a ghostview window should pop up from the program, displaying the CFG of the current function with the code for each basic block inside. This depends on there being a 'dot' and 'gv' program in your path.

You can just say 'call F->viewCFG()' and a ghostview window should pop up from the program, displaying the CFG of the current function. This depends on there being a 'dot' and 'gv' program in your path.

Definition at line 164 of file CFGPrinter.cpp.

References llvm::Value::getName(), and llvm::ViewGraph().

Referenced by LLVMViewFunctionCFG().

void Function::viewCFGOnly ( ) const

viewCFGOnly - This function is meant for use from the debugger.

It works just like viewCFG, but it does not include the contents of basic blocks into the nodes, just the label. If you are only interested in the CFG this can make the graph smaller.

Definition at line 173 of file CFGPrinter.cpp.

References llvm::Value::getName(), and llvm::ViewGraph().

Referenced by LLVMViewFunctionCFGOnly().

Friends And Related Function Documentation

friend class SymbolTableListTraits< Function >
friend

Definition at line 86 of file Function.h.


The documentation for this class was generated from the following files: