Searched refs:UseStackProbe (Results 1 – 3 of 3) sorted by relevance
165 bool UseStackProbe = in isLegal() local172 if (TII->getFrameSize(MI) >= StackProbeSize && UseStackProbe) in isLegal()
1017 bool UseStackProbe = !STI.getTargetLowering()->getStackProbeSymbolName(MF).empty(); in emitPrologue() local1039 !UseStackProbe && // No stack probes. in emitPrologue()1240 if (AlignedNumBytes >= StackProbeSize && UseStackProbe) { in emitPrologue()
950 bool UseStackProbe = (STI.isOSWindows() && !STI.isTargetMachO()); in emitPrologue() local1156 if (AlignedNumBytes >= StackProbeSize && UseStackProbe) { in emitPrologue()