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

Completed in 596 milliseconds