Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DShrinkWrap.cpp173 bool StackAddressUsed) const;
297 bool StackAddressUsed) const { in INITIALIZE_PASS_DEPENDENCY()
319 if (StackAddressUsed && MI.mayLoadOrStore() && in INITIALIZE_PASS_DEPENDENCY()
840 bool StackAddressUsed = false; in performShrinkWrapping() local
848 StackAddressUsed = true; in performShrinkWrapping()
854 if (useOrDefCSROrFI(MI, RS, StackAddressUsed)) { in performShrinkWrapping()
866 StackAddressUsed = true; in performShrinkWrapping()
870 StackAddressUsedBlockInfo[MBB->getNumber()] = StackAddressUsed; in performShrinkWrapping()