HomeSort by: relevance | last modified time | path
    Searched defs:isRoot (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCPseudoProbe.h 116 bool isRoot() { return Guid == 0; }
  /src/external/apache2/llvm/dist/clang/lib/AST/Interp/
InterpFrame.h 100 bool isRoot() const { return !Func; }
Pointer.h 216 bool isRoot() const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
SuffixTree.h 93 bool isRoot() const { return StartIdx == EmptyIdx; }
99 if (isRoot())
291 if (Curr->isRoot())
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
module.h 136 bool isRoot() { return this->importedFrom == this; }
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
DAGISelMatcherGen.cpp 792 bool isRoot = N == Pattern.getDstPattern();
796 if (isRoot) {
893 if (isRoot && !PhysRegInputs.empty()) {
920 if (isRoot && !Pattern.getDstRegs().empty()) {
937 if (isRoot &&
958 NodeIsUniqueLoadOrStore || (isRoot && (mayInstNodeLoadOrStore(N, CGP) ||
974 NodeHasChain = isRoot;

Completed in 30 milliseconds