Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroFrame.cpp1900 auto *CurDef = Def; in insertSpills() local
1901 while (DIs.empty() && DVRs.empty() && isa<LoadInst>(CurDef)) { in insertSpills()
1902 auto *LdInst = cast<LoadInst>(CurDef); in insertSpills()
1906 CurDef = LdInst->getPointerOperand(); in insertSpills()
1907 if (!isa<AllocaInst, LoadInst>(CurDef)) in insertSpills()
1909 DIs = findDbgDeclares(CurDef); in insertSpills()
1910 DVRs = findDVRDeclares(CurDef); in insertSpills()