Searched refs:NewLoopID (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | LoopInfo.cpp | 543 MDNode *NewLoopID = makePostTransformationMetadata( in setLoopAlreadyUnrolled() local 545 setLoopID(NewLoopID); in setLoopAlreadyUnrolled() 559 MDNode *NewLoopID = in setLoopMustProgress() local 561 setLoopID(NewLoopID); in setLoopMustProgress() 1159 MDNode *NewLoopID = MDNode::getDistinct(Context, MDs); in makePostTransformationMetadata() local 1161 NewLoopID->replaceOperandWith(0, NewLoopID); in makePostTransformationMetadata() 1162 return NewLoopID; in makePostTransformationMetadata()
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | DebugInfo.cpp | 383 MDNode *NewLoopID = MDNode::getDistinct(OrigLoopID->getContext(), MDs); in updateLoopMetadataDebugLocationsImpl() local 385 NewLoopID->replaceOperandWith(0, NewLoopID); in updateLoopMetadataDebugLocationsImpl() 386 return NewLoopID; in updateLoopMetadataDebugLocationsImpl() 394 MDNode *NewLoopID = updateLoopMetadataDebugLocationsImpl(OrigLoopID, Updater); in updateLoopMetadataDebugLocations() local 395 I.setMetadata(LLVMContext::MD_loop, NewLoopID); in updateLoopMetadataDebugLocations() 475 auto *NewLoopID = LoopIDsMap.lookup(LoopID); in stripDebugInfo() local 476 if (!NewLoopID) in stripDebugInfo() 477 NewLoopID = LoopIDsMap[LoopID] = stripDebugLocFromLoopID(LoopID); in stripDebugInfo() 478 if (NewLoopID != LoopID) in stripDebugInfo() 479 I.setMetadata(LLVMContext::MD_loop, NewLoopID); in stripDebugInfo()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnrollRuntime.cpp | 403 std::optional<MDNode *> NewLoopID = makeFollowupLoopID( in CloneLoopBlocks() local 405 if (NewLoopID) { in CloneLoopBlocks() 406 NewLoop->setLoopID(*NewLoopID); in CloneLoopBlocks()
|
| H A D | LoopUtils.cpp | 243 MDNode *NewLoopID = MDNode::get(Context, MDs); in addStringMetadataToLoop() local 245 NewLoopID->replaceOperandWith(0, NewLoopID); in addStringMetadataToLoop() 246 TheLoop->setLoopID(NewLoopID); in addStringMetadataToLoop()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | InductiveRangeCheckElimination.cpp | 443 MDNode *NewLoopID = in DisableAllLoopOptsOnLoop() local 447 NewLoopID->replaceOperandWith(0, NewLoopID); in DisableAllLoopOptsOnLoop() 448 L.setLoopID(NewLoopID); in DisableAllLoopOptsOnLoop()
|
| H A D | LoopUnrollPass.cpp | 1336 std::optional<MDNode *> NewLoopID = in tryToUnrollLoop() local 1339 if (NewLoopID) { in tryToUnrollLoop() 1340 L->setLoopID(*NewLoopID); in tryToUnrollLoop()
|
| H A D | SimpleLoopUnswitch.cpp | 3209 MDNode *NewLoopID = makePostTransformationMetadata( in run() local 3212 L.setLoopID(NewLoopID); in run()
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
| H A D | LoopVectorizationLegality.cpp | 161 MDNode *NewLoopID = in setAlreadyVectorized() local 166 TheLoop->setLoopID(NewLoopID); in setAlreadyVectorized()
|
| H A D | LoopVectorize.cpp | 7615 MDNode *NewLoopID = MDNode::get(Context, MDs); in AddRuntimeUnrollDisableMetaData() local 7617 NewLoopID->replaceOperandWith(0, NewLoopID); in AddRuntimeUnrollDisableMetaData() 7618 L->setLoopID(NewLoopID); in AddRuntimeUnrollDisableMetaData()
|