Searched refs:ExtFedByLoad (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp5592 Instruction *ExtFedByLoad; local
5596 if (canFormExtLd(SpeculativelyMovedExts, LI, ExtFedByLoad, HasPromoted)) {
5597 assert(LI && ExtFedByLoad && "Expect a valid load and extension");
5600 ExtFedByLoad->moveAfter(LI);
5608 ExtFedByLoad->setDebugLoc(LI->getDebugLoc());
5610 Inst = ExtFedByLoad;

Completed in 192 milliseconds