HomeSort by relevance Sort by last modified time
    Searched refs:TargetNode (Results 1 - 23 of 23) sorted by null

  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 121 assert(OtherW.TargetNode.isValid());
127 assert(W.TargetNode == OtherW.TargetNode);
140 const Weight &R) { return L.TargetNode < R.TargetNode; });
149 for (++L; L != E && I->TargetNode == L->TargetNode; ++L)
162 combineWeight(Combined[W.TargetNode.Index], W);
239 assert(W.TargetNode.isValid());
413 Working[W.TargetNode.Index].getMass() += Taken
    [all...]
  /external/v8/tools/clang/rewrite_to_chrome_style/
RewriteToChromeStyle.cpp 874 template <typename TargetNode>
880 const TargetNode& GetTargetNode(const MatchFinder::MatchResult& result) {
881 const TargetNode* target_node = result.Nodes.getNodeAs<TargetNode>(
882 TargetNodeTraits<TargetNode>::GetName());
    [all...]
  /external/llvm/include/llvm/Support/
GraphWriter.h 241 if (NodeType *TargetNode = *EI) {
248 (unsigned)std::distance(GTraits::child_begin(TargetNode), TargetIt);
256 static_cast<const void*>(TargetNode), DestPort,
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
GraphWriter.h 227 if (NodeType *TargetNode = *EI) {
234 (unsigned)std::distance(GTraits::child_begin(TargetNode), TargetIt);
242 static_cast<const void*>(TargetNode), DestPort,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
GraphWriter.h 230 if (NodeRef TargetNode = *EI) {
237 (unsigned)std::distance(GTraits::child_begin(TargetNode), TargetIt);
245 static_cast<const void*>(TargetNode), DestPort,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
GraphWriter.h 230 if (NodeRef TargetNode = *EI) {
237 (unsigned)std::distance(GTraits::child_begin(TargetNode), TargetIt);
245 static_cast<const void*>(TargetNode), DestPort,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
GraphWriter.h 230 if (NodeRef TargetNode = *EI) {
237 (unsigned)std::distance(GTraits::child_begin(TargetNode), TargetIt);
245 static_cast<const void*>(TargetNode), DestPort,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GraphWriter.h 230 if (NodeRef TargetNode = *EI) {
237 (unsigned)std::distance(GTraits::child_begin(TargetNode), TargetIt);
245 static_cast<const void*>(TargetNode), DestPort,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
GraphWriter.h 230 if (NodeRef TargetNode = *EI) {
237 (unsigned)std::distance(GTraits::child_begin(TargetNode), TargetIt);
245 static_cast<const void*>(TargetNode), DestPort,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
GraphWriter.h 230 if (NodeRef TargetNode = *EI) {
237 (unsigned)std::distance(GTraits::child_begin(TargetNode), TargetIt);
245 static_cast<const void*>(TargetNode), DestPort,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
GraphWriter.h 230 if (NodeRef TargetNode = *EI) {
237 (unsigned)std::distance(GTraits::child_begin(TargetNode), TargetIt);
245 static_cast<const void*>(TargetNode), DestPort,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GraphWriter.h 230 if (NodeRef TargetNode = *EI) {
237 (unsigned)std::distance(GTraits::child_begin(TargetNode), TargetIt);
245 static_cast<const void*>(TargetNode), DestPort,
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 69 SDNode *TargetNode = *I;
70 SDNodeIterator NI = SDNodeIterator::begin(TargetNode);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 71 SDNode *TargetNode = *I;
72 SDNodeIterator NI = SDNodeIterator::begin(TargetNode);
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 337 BlockNode TargetNode;
340 Weight(DistType Type, BlockNode TargetNode, uint64_t Amount)
341 : Type(Type), TargetNode(TargetNode), Amount(Amount) {}
371 /// Combines multiple edges to the same \a Weight::TargetNode and scales
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 337 BlockNode TargetNode;
340 Weight(DistType Type, BlockNode TargetNode, uint64_t Amount)
341 : Type(Type), TargetNode(TargetNode), Amount(Amount) {}
371 /// Combines multiple edges to the same \a Weight::TargetNode and scales
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 337 BlockNode TargetNode;
340 Weight(DistType Type, BlockNode TargetNode, uint64_t Amount)
341 : Type(Type), TargetNode(TargetNode), Amount(Amount) {}
371 /// Combines multiple edges to the same \a Weight::TargetNode and scales
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 337 BlockNode TargetNode;
340 Weight(DistType Type, BlockNode TargetNode, uint64_t Amount)
341 : Type(Type), TargetNode(TargetNode), Amount(Amount) {}
371 /// Combines multiple edges to the same \a Weight::TargetNode and scales
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 337 BlockNode TargetNode;
340 Weight(DistType Type, BlockNode TargetNode, uint64_t Amount)
341 : Type(Type), TargetNode(TargetNode), Amount(Amount) {}
371 /// Combines multiple edges to the same \a Weight::TargetNode and scales
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 337 BlockNode TargetNode;
340 Weight(DistType Type, BlockNode TargetNode, uint64_t Amount)
341 : Type(Type), TargetNode(TargetNode), Amount(Amount) {}
371 /// Combines multiple edges to the same \a Weight::TargetNode and scales
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 337 BlockNode TargetNode;
340 Weight(DistType Type, BlockNode TargetNode, uint64_t Amount)
341 : Type(Type), TargetNode(TargetNode), Amount(Amount) {}
371 /// Combines multiple edges to the same \a Weight::TargetNode and scales
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 337 BlockNode TargetNode;
340 Weight(DistType Type, BlockNode TargetNode, uint64_t Amount)
341 : Type(Type), TargetNode(TargetNode), Amount(Amount) {}
371 /// Combines multiple edges to the same \a Weight::TargetNode and scales
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 337 BlockNode TargetNode;
340 Weight(DistType Type, BlockNode TargetNode, uint64_t Amount)
341 : Type(Type), TargetNode(TargetNode), Amount(Amount) {}
371 /// Combines multiple edges to the same \a Weight::TargetNode and scales
    [all...]

Completed in 892 milliseconds