Home
last modified time | relevance | path

Searched refs:Callees (Results 1 – 15 of 15) sorted by relevance

/netbsd/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
H A Dfunction_call_trie_test.cc172 ASSERT_FALSE(F1.Callees.empty()); in TEST()
176 ASSERT_FALSE(F2.Callees.empty()); in TEST()
180 ASSERT_TRUE(F3.Callees.empty()); in TEST()
210 if (F->Callees.empty() && i != 31) in TEST()
213 F = F->Callees[0].NodePtr; in TEST()
243 ASSERT_EQ(R0Orig.Callees.size(), 2u); in TEST()
247 *R0Orig.Callees in TEST()
252 *R0Copy.Callees in TEST()
297 EXPECT_EQ(R0.Callees.size(), 1u); in TEST()
303 EXPECT_EQ(F1.Callees.size(), 1u); in TEST()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dtrie-node.h38 llvm::SmallVector<TrieNode<AssociatedData> *, 4> Callees; member
64 for (auto *Callee : Left.Callees) { in mergeTrieNodes()
72 for (auto *Callee : Right.Callees) { in mergeTrieNodes()
75 Node->Callees.push_back( in mergeTrieNodes()
79 Node->Callees.push_back(Callee); in mergeTrieNodes()
85 Node->Callees.push_back(MapPairIter.second); in mergeTrieNodes()
H A Dxray-stacks.cpp385 auto I = find_if(Top.first->Callees, in accountRecord()
387 if (I == Top.first->Callees.end()) { in accountRecord()
391 Top.first->Callees.emplace_back(N); in accountRecord()
572 for (const auto *C : Top->Callees) in printAll()
648 for (const auto *C : Top->Callees) in print()
H A Dxray-converter.cpp196 for (auto node_iter : ParentSibling->Callees) in findSiblings()
213 Parent == nullptr ? StackRootsByThreadId[TId] : Parent->Callees; in findOrCreateStackNode()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
H A DProfiledCallGraph.h38 std::set<ProfiledCallGraphNode *, ProfiledCallGraphNodeComparer> Callees; member
83 iterator begin() { return Root.Callees.begin(); } in begin()
84 iterator end() { return Root.Callees.end(); } in end()
91 Root.Callees.insert(&ProfiledFunctions[Name]); in addProfiledFunction()
101 ProfiledFunctions[CallerName].Callees.insert(&CalleeIt->second); in addProfiledCall()
135 static ChildIteratorType child_begin(NodeRef N) { return N->Callees.begin(); }
136 static ChildIteratorType child_end(NodeRef N) { return N->Callees.end(); }
/netbsd/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_function_call_trie.h114 NodeIdPairArray Callees; member
397 auto* Callee = TopNode->Callees.find_element( in enterFunction()
412 TopNode->Callees.AppendEmplace(NewNode, FId); in enterFunction()
518 for (const auto Callee : NP.Node->Callees) { in deepCopyInto()
525 if (UNLIKELY(NP.NewNode->Callees.AppendEmplace(NewNode, Callee.FId) == in deepCopyInto()
579 for (const auto Callee : NT.OrigNode->Callees) { in mergeInto()
580 auto TargetCallee = NT.TargetNode->Callees.find_element( in mergeInto()
593 NT.TargetNode->Callees.AppendEmplace(NewTargetNode, Callee.FId); in mergeInto()
H A Dxray_profile_collector.cc192 for (const auto C : Node->Callees) in populateRecords()
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp571 SmallVector<const CalleeTy *, 16> Callees; in runDataFlow() local
573 Callees.clear(); in runDataFlow()
577 Callees.push_back(CS.first.Callee); in runDataFlow()
579 llvm::sort(Callees); in runDataFlow()
580 Callees.erase(std::unique(Callees.begin(), Callees.end()), Callees.end()); in runDataFlow()
582 for (auto &Callee : Callees) in runDataFlow()
H A DLazyCallGraph.cpp82 SmallPtrSet<Function *, 4> Callees; in populateSlow() local
106 if (Callees.insert(Callee).second) { in populateSlow()
/netbsd/external/apache2/llvm/dist/llvm/lib/XRay/
H A DProfile.cpp169 auto CalleeIt = find_if(Node->Callees, [NodeFuncID](TrieNode *N) { in internPath()
172 if (CalleeIt == Node->Callees.end()) { in internPath()
177 Node->Callees.push_back(NewNode); in internPath()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DCalledValuePropagation.cpp392 MDNode *Callees = MDB.createCallees(LV.getFunctions()); in runCVP() local
393 C->setMetadata(LLVMContext::MD_callees, Callees); in runCVP()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/XRay/
H A DProfile.h119 std::vector<TrieNode *> Callees{};
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DMDBuilder.h98 MDNode *createCallees(ArrayRef<Function *> Callees);
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DMDBuilder.cpp100 MDNode *MDBuilder::createCallees(ArrayRef<Function *> Callees) { in createCallees() argument
102 for (Function *F : Callees) in createCallees()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DREADME-X86-64.txt60 which would often require a callee-saved register. Callees usually