HomeSort by relevance Sort by last modified time
    Searched defs:EdgeTy (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/IR/
ModuleSummaryIndex.h 234 typedef std::pair<ValueInfo, CalleeInfo> EdgeTy;
242 std::vector<EdgeTy> CallGraphEdgeList;
279 std::vector<EdgeTy> &calls() { return CallGraphEdgeList; }
280 const std::vector<EdgeTy> &calls() const { return CallGraphEdgeList; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
ModuleSummaryIndex.h 251 typedef std::pair<ValueInfo, CalleeInfo> EdgeTy;
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/
ModuleSummaryIndex.h 251 typedef std::pair<ValueInfo, CalleeInfo> EdgeTy;
276 std::vector<EdgeTy> CallGraphEdgeList;
302 std::vector<EdgeTy> CGEdges,
329 ArrayRef<EdgeTy> calls() const { return CallGraphEdgeList; }

Completed in 249 milliseconds