Home
last modified time | relevance | path

Searched defs:Callees (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dtrie-node.h38 llvm::SmallVector<TrieNode<AssociatedData> *, 4> Callees; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp394 MDNode *Callees = MDB.createCallees(LV.getFunctions()); in runCVP() local
H A DAttributor.cpp1748 const auto &Callees = CallEdgesAA->getOptimisticEdges(); in checkForAllCallees() local
H A DAttributorAttributes.cpp584 auto CalleePred = [&](ArrayRef<const Function *> Callees) { in updateImpl()
12392 MDNode *Callees = MDB.createCallees(SkippedAssumedCallees); in manifest() local
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h113 NodeIdPairArray Callees; member
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMDBuilder.cpp113 MDNode *MDBuilder::createCallees(ArrayRef<Function *> Callees) { in createCallees()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp684 SmallVector<const CalleeTy *, 16> Callees; in runDataFlow() local
H A DLazyCallGraph.cpp79 SmallPtrSet<Function *, 4> Callees; in populateSlow() local