Searched refs:DarwinDirective (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/PowerPC/
H A DPPCSubtarget.cpp60 DarwinDirective = PPC::DIR_NONE;
177 return needsAggressiveScheduling(DarwinDirective);
197 if (needsAggressiveScheduling(DarwinDirective)) {
209 return needsAggressiveScheduling(DarwinDirective);
H A DPPCSubtarget.h79 unsigned DarwinDirective; member in class:llvm::PPCSubtarget
155 unsigned getDarwinDirective() const { return DarwinDirective; }

Completed in 195 milliseconds