Searched defs:InProlog (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FrameLowering.cpp | 607 emitStackProbe(MachineFunction & MF,MachineBasicBlock & MBB,MachineBasicBlock::iterator MBBI,const DebugLoc & DL,bool InProlog,std::optional<MachineFunction::DebugInstrOperandPair> InstrNum) const emitStackProbe() argument 1128 emitStackProbeCall(MachineFunction & MF,MachineBasicBlock & MBB,MachineBasicBlock::iterator MBBI,const DebugLoc & DL,bool InProlog,std::optional<MachineFunction::DebugInstrOperandPair> InstrNum) const emitStackProbeCall() argument [all...] |
/llvm-project/llvm/lib/CodeGen/ |
H A D | ModuloSchedule.cpp | 1145 bool InProlog = (CurStageNum < (unsigned)Schedule.getNumStages() - 1); rewriteScheduledInstr() local
|