Searched refs:CFIs (Results 1 – 6 of 6) sorted by relevance
539 CFIs(CodeAlign, DataAlign, Arch) {} in FrameEntry() 546 const CFIProgram &cfis() const { return CFIs; } in cfis() 547 CFIProgram &cfis() { return CFIs; } in cfis() 563 CFIProgram CFIs; variable
6 # CFIs are invisible (they can be outlined, but won't actually impact the outlining result) if there7 # is no need to unwind. CFIs will be stripped when we build outlined functions.
4 ; Ensure that we won't outline CFIs when they are needed in unwinding.
1139 std::vector<MCInst *> CFIs; in scheduleOldSaveRestoresRemoval() local1148 CFIs.push_back(&Inst); in scheduleOldSaveRestoresRemoval()1155 CFIs.clear(); in scheduleOldSaveRestoresRemoval()1169 for (MCInst *CFI : CFIs) { in scheduleOldSaveRestoresRemoval()1189 CFIs.clear(); in scheduleOldSaveRestoresRemoval()
10 ; directly to the physical VGPR lane to correctly generate the CFIs. The SGPR20 will get spilled to the
1010 CFIs.dump(OS, DumpOpts, /*IndentLevel=*/1, /*InitialLocation=*/{}); in dump() 1038 CFIs.dump(OS, DumpOpts, /*IndentLevel=*/1, InitialLocation); in dumpDataAux()