Lines Matching defs:CFI
12 // The pass runs after the PrologEpilogInserter where we emit the CFI
2090 const MCCFIInstruction &CFI = MF.getFrameInstructions()[CFIIndex];
2091 switch (CFI.getOperation()) {
2109 // If updating the SP and the following instruction is CFA offset related CFI,
2110 // make sure the CFI follows the SP update either by merging at the location
2111 // of the update or by moving the CFI after the merged instruction. If unable
2116 if (auto CFI = maybeMoveCFI(*Update, next_nodbg(Update, E)); CFI != E) {
2121 if (std::any_of(std::next(CFI), I, [](const auto &Insn) {
2127 MBB->splice(std::next(InsertPt), MBB, CFI);