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

  /external/llvm/lib/Target/X86/
X86Subtarget.h 165 /// CallRegIndirect - True if the Calls with memory reference should be converted
167 bool CallRegIndirect;
293 bool callRegIndirect() const { return CallRegIndirect; }
X86Subtarget.cpp 494 CallRegIndirect = false;

Completed in 127 milliseconds