reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/CodeGen/FastISel.h
  324   SavePoint enterLocalValueArea();
  327   void leaveLocalValueArea(SavePoint Old);
lib/CodeGen/SelectionDAG/FastISel.cpp
  392   SavePoint SaveInsertPt = enterLocalValueArea();
  566 FastISel::SavePoint FastISel::enterLocalValueArea() {
  571   SavePoint SP = {OldInsertPt, OldDL};
  575 void FastISel::leaveLocalValueArea(SavePoint OldInsertPt) {
lib/Target/X86/X86FastISel.cpp
  777         SavePoint SaveInsertPt = enterLocalValueArea();