Home
last modified time | relevance | path

Searched refs:StackAddressUsed (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DShrinkWrap.cpp175 bool StackAddressUsed) const;
299 bool StackAddressUsed) const { in INITIALIZE_PASS_DEPENDENCY()
321 if (StackAddressUsed && MI.mayLoadOrStore() && in INITIALIZE_PASS_DEPENDENCY()
842 bool StackAddressUsed = false; in performShrinkWrapping() local
850 StackAddressUsed = true; in performShrinkWrapping()
856 if (useOrDefCSROrFI(MI, RS, StackAddressUsed)) { in performShrinkWrapping()
868 StackAddressUsed = true; in performShrinkWrapping()
872 StackAddressUsedBlockInfo[MBB->getNumber()] = StackAddressUsed; in performShrinkWrapping()