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

  /external/llvm/include/llvm/IR/
MDBuilder.h 66 // TBAA metadata.
69 /// \brief Return metadata appropriate for a TBAA root node. Each returned
74 /// \brief Return metadata appropriate for a TBAA root node with the given
79 /// \brief Return metadata for a non-root TBAA node with the given name,
80 /// parent in the TBAA tree, and value for 'pointsToConstantMemory'.
87 MDNode *TBAA;
88 TBAAStructField(uint64_t Offset, uint64_t Size, MDNode *TBAA) :
89 Offset(Offset), Size(Size), TBAA(TBAA) {}
92 /// \brief Return metadata for a tbaa.struct node with the give
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.h 282 CodeGenTBAA *TBAA;
593 bool shouldUseTBAA() const { return TBAA != nullptr; }
623 /// Decorate the instruction with a TBAA tag. For scalar TBAA, the tag
624 /// is the same as the type. For struct-path aware TBAA, the tag
    [all...]

Completed in 41 milliseconds