Searched defs:Callees (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dtrie-node.h38 llvm::SmallVector<TrieNode<AssociatedData> *, 4> Callees; member in struct:TrieNode
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h113 NodeIdPairArray Callees; member in struct:__xray::FunctionCallTrie::Node
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyCallGraph.cpp81 SmallPtrSet<Function *, 4> Callees; local
H A DStackSafetyAnalysis.cpp506 SmallVector<const GlobalValue *, 16> Callees; local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp397 MDNode *Callees = MDB.createCallees(LV.getFunctions()); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DMDBuilder.cpp100 MDNode *MDBuilder::createCallees(ArrayRef<Function *> Callees) { argument

Completed in 124 milliseconds