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;
305 bool StackAddressUsed) const { in INITIALIZE_PASS_DEPENDENCY()
327 if (StackAddressUsed && MI.mayLoadOrStore() && in INITIALIZE_PASS_DEPENDENCY()
845 bool StackAddressUsed = false; in performShrinkWrapping() local
853 StackAddressUsed = true; in performShrinkWrapping()
859 if (useOrDefCSROrFI(MI, RS, StackAddressUsed)) { in performShrinkWrapping()
871 StackAddressUsed = true; in performShrinkWrapping()
875 StackAddressUsedBlockInfo[MBB->getNumber()] = StackAddressUsed; in performShrinkWrapping()