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 219 /// LLVM_ATTRIBUTE_ALWAYS_INLINE - On compilers where we have a directive to do
224 #define LLVM_ATTRIBUTE_ALWAYS_INLINE inline __attribute__((always_inline))
226 #define LLVM_ATTRIBUTE_ALWAYS_INLINE __forceinline
228 #define LLVM_ATTRIBUTE_ALWAYS_INLINE
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGISel.cpp     [all...]

Completed in 402 milliseconds