Home | Sort by relevance Sort by last modified time |
/external/llvm/include/llvm/CodeGen/ | |
SelectionDAGNodes.h | 409 /// use_size - Return the number of uses of this node. This method takes 412 size_t use_size() const { return std::distance(use_begin(), use_end()); } function in class:llvm::SDNode [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ | |
ScheduleDAGFast.cpp | 726 unsigned Degree = N->use_size(); |
/external/llvm/lib/Transforms/Scalar/ | |
SROA.cpp | 242 unsigned use_size(unsigned Idx) const { return Uses[Idx].size(); } function in class:__anon11921::AllocaPartitioning 243 unsigned use_size(const_iterator I) const { return Uses[I - begin()].size(); } function in class:__anon11921::AllocaPartitioning [all...] |
/external/llvm/docs/ | |
ProgrammersManual.rst | [all...] |