Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp186 bool moveExtToFormExtLoad(Instruction *&I);
4219 bool CodeGenPrepare::moveExtToFormExtLoad(Instruction *&I) { in moveExtToFormExtLoad() function in CodeGenPrepare
5223 bool MadeChange = moveExtToFormExtLoad(I); in optimizeInst()