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

  /external/llvm/include/llvm/Support/
Compiler.h 93 // LLVM_ATTRIBUTE_ALWAYS_INLINE - On compilers where we have a directive to do
98 #define LLVM_ATTRIBUTE_ALWAYS_INLINE __attribute__((always_inline))
100 #define LLVM_ATTRIBUTE_ALWAYS_INLINE __forceinline
102 #define LLVM_ATTRIBUTE_ALWAYS_INLINE
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]

Completed in 4895 milliseconds