reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1410 BI != BE; ++BI) { 1410 BI != BE; ++BI) { 1413 if (MDNode *LoopID = BI->getMetadata(LLVMContext::MD_loop)) { 1415 inlineLoopID(LoopID, InlinedAtNode, BI->getContext(), IANodes); 1416 BI->setMetadata(LLVMContext::MD_loop, NewLoopID); 1419 if (DebugLoc DL = BI->getDebugLoc()) { 1421 inlineDebugLoc(DL, InlinedAtNode, BI->getContext(), IANodes); 1422 BI->setDebugLoc(IDL); 1435 if (auto *AI = dyn_cast<AllocaInst>(BI)) 1439 BI->setDebugLoc(TheCallDL);