Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dtrie-node.h38 llvm::SmallVector<TrieNode<AssociatedData> *, 4> Callees; member
/freebsd-src/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_function_call_trie.h113 NodeIdPairArray Callees; member
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp393 MDNode *Callees = MDB.createCallees(LV.getFunctions()); runCVP() local
H A DSampleProfile.cpp2254 const auto &Callees = I.second; countProfileCallsiteMismatches() local
2355 const auto &Callees = I.second; runStaleProfileMatching() local
H A DAttributor.cpp1748 const auto &Callees = CallEdgesAA->getOptimisticEdges(); in checkForAllCallees() local
H A DAttributorAttributes.cpp583 __anon84dfdece0502(ArrayRef<const Function *> Callees) updateImpl() argument
12402 MDNode *Callees = MDB.createCallees(SkippedAssumedCallees); manifest() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DMDBuilder.cpp100 createCallees(ArrayRef<Function * > Callees) createCallees() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp662 SmallVector<const CalleeTy *, 16> Callees; runDataFlow() local
H A DLazyCallGraph.cpp79 SmallPtrSet<Function *, 4> Callees; in populateSlow() local