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

  /external/llvm/lib/CodeGen/
StackMapLivenessAnalysis.cpp 125 bool HasChanged = false;
138 HasChanged = true;
149 return HasChanged;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
StackMapLivenessAnalysis.cpp 124 bool HasChanged = false;
137 HasChanged = true;
148 return HasChanged;
  /external/llvm/lib/Transforms/Utils/
ValueMapper.cpp 184 bool HasChanged = false;
190 : HasChanged(std::move(X.HasChanged)), ID(std::move(X.ID)),
193 HasChanged = std::move(X.HasChanged);
207 /// Iteratively update \a Data::HasChanged for each node based on \a
208 /// Data::HasChanged of its operands, until fixed point.
297 /// is marked with \a Data::HasChanged.
299 /// \return \c true if any nodes in \c G have \a Data::HasChanged.
301 /// \post \a Data::hasChanged in \c G.Info indicates whether any node need
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
ValueMapper.cpp 196 bool HasChanged = false;
208 /// Iteratively update \a Data::HasChanged for each node based on \a
209 /// Data::HasChanged of its operands, until fixed point.
298 /// is marked with \a Data::HasChanged.
300 /// \return \c true if any nodes in \c G have \a Data::HasChanged.
302 /// \post \a Data::hasChanged in \c G.Info indicates whether any node needs
312 /// This sets \c HasChanged if any of the visited operands change.
314 MDNode::op_iterator E, bool &HasChanged);
319 /// mapping or creating a new node depending on \a Data::HasChanged.
323 /// \pre \a Data::HasChanged is true for a node in \c G iff any of it
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64CollectLOH.cpp 405 bool HasChanged;
407 HasChanged = false;
432 HasChanged |= BBOutSet.size() != Size;
435 } while (HasChanged);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonCopyToCombine.cpp 446 bool HasChanged = false;
490 HasChanged = true;
496 return HasChanged;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonCopyToCombine.cpp 467 bool HasChanged = false;
512 HasChanged = true;
518 return HasChanged;
    [all...]

Completed in 570 milliseconds