Searched defs:EdgeTy (Results 1 - 2 of 2) sorted by relevance

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h251 typedef std::pair<ValueInfo, CalleeInfo> EdgeTy; typedef in class:llvm::CalleeInfo::FunctionSummary
276 std::vector<EdgeTy> CallGraphEdgeList;
302 std::vector<EdgeTy> CGEdges,
329 ArrayRef<EdgeTy> calls() const { return CallGraphEdgeList; }
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h251 typedef std::pair<ValueInfo, CalleeInfo> EdgeTy; typedef in class:llvm::CalleeInfo::FunctionSummary
276 std::vector<EdgeTy> CallGraphEdgeList;
302 std::vector<EdgeTy> CGEdges,
329 ArrayRef<EdgeTy> calls() const { return CallGraphEdgeList; }

Completed in 378 milliseconds