Lines Matching refs:NV

806              << ore::NV("Inst", "memcpy") << " in "  in processLoopMemCpy()
807 << ore::NV("Function", MCI->getFunction()) in processLoopMemCpy()
809 << ore::NV("Reason", "memcpy size is not equal to stride"); in processLoopMemCpy()
1143 << ore::NV("Function", TheStore->getFunction()) in processLoopStridedStore()
1145 << ore::NV("NewFunction", NewCall->getCalledFunction()) in processLoopStridedStore()
1150 R << ore::NV("FromBlock", I->getParent()->getName()) in processLoopStridedStore()
1151 << ore::NV("ToBlock", Preheader->getName()); in processLoopStridedStore()
1322 << ore::NV("Inst", InstRemark) << " in " in processLoopStoreOfLoopLoad()
1323 << ore::NV("Function", TheStore->getFunction()) in processLoopStoreOfLoopLoad()
1325 << ore::NV("Reason", "The loop may access store location"); in processLoopStoreOfLoopLoad()
1354 << ore::NV("Inst", InstRemark) << " in " in processLoopStoreOfLoopLoad()
1355 << ore::NV("Function", TheStore->getFunction()) in processLoopStoreOfLoopLoad()
1357 << ore::NV("Reason", "The loop may access load location"); in processLoopStoreOfLoopLoad()
1444 << ore::NV("NewFunction", NewCall->getCalledFunction()) in processLoopStoreOfLoopLoad()
1445 << "() intrinsic from " << ore::NV("Inst", InstRemark) in processLoopStoreOfLoopLoad()
1446 << " instruction in " << ore::NV("Function", TheStore->getFunction()) in processLoopStoreOfLoopLoad()
1449 << ore::NV("FromBlock", TheStore->getParent()->getName()) in processLoopStoreOfLoopLoad()
1450 << ore::NV("ToBlock", Preheader->getName()); in processLoopStoreOfLoopLoad()