Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DStackSafetyAnalysis.cpp506 SmallVector<const GlobalValue *, 16> Callees; in runDataFlow() local
508 Callees.clear(); in runDataFlow()
512 Callees.push_back(CS.Callee); in runDataFlow()
515 Callees.push_back(CS.Callee); in runDataFlow()
517 llvm::sort(Callees); in runDataFlow()
518 Callees.erase(std::unique(Callees.begin(), Callees.end()), Callees.end()); in runDataFlow()
520 for (auto &Callee : Callees) in runDataFlow()
DLazyCallGraph.cpp81 SmallPtrSet<Function *, 4> Callees; in populateSlow() local
105 if (Callees.insert(Callee).second) { in populateSlow()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/XRay/
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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DCalledValuePropagation.cpp397 MDNode *Callees = MDB.createCallees(LV.getFunctions()); in runCVP() local
398 C->setMetadata(LLVMContext::MD_callees, Callees); in runCVP()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/XRay/
DProfile.h119 std::vector<TrieNode *> Callees{};
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DMDBuilder.h99 MDNode *createCallees(ArrayRef<Function *> Callees);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMDBuilder.cpp100 MDNode *MDBuilder::createCallees(ArrayRef<Function *> Callees) { in createCallees() argument
102 for (Function *F : Callees) in createCallees()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DREADME-X86-64.txt60 which would often require a callee-saved register. Callees usually