Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp544 MDNode *NewLoopID = makePostTransformationMetadata( in setLoopAlreadyUnrolled() local
546 setLoopID(NewLoopID); in setLoopAlreadyUnrolled()
560 MDNode *NewLoopID = in setLoopMustProgress() local
562 setLoopID(NewLoopID); in setLoopMustProgress()
1191 MDNode *NewLoopID = MDNode::getDistinct(Context, MDs); in makePostTransformationMetadata() local
1193 NewLoopID->replaceOperandWith(0, NewLoopID); in makePostTransformationMetadata()
1194 return NewLoopID; in makePostTransformationMetadata()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp416 MDNode *NewLoopID = MDNode::getDistinct(OrigLoopID->getContext(), MDs); in updateLoopMetadataDebugLocationsImpl() local
418 NewLoopID->replaceOperandWith(0, NewLoopID); in updateLoopMetadataDebugLocationsImpl()
419 return NewLoopID; in updateLoopMetadataDebugLocationsImpl()
427 MDNode *NewLoopID = updateLoopMetadataDebugLocationsImpl(OrigLoopID, Updater); in updateLoopMetadataDebugLocations() local
428 I.setMetadata(LLVMContext::MD_loop, NewLoopID); in updateLoopMetadataDebugLocations()
572 auto *NewLoopID = LoopIDsMap.lookup(LoopID); in stripDebugInfo() local
573 if (!NewLoopID) in stripDebugInfo()
574 NewLoopID = LoopIDsMap[LoopID] = stripDebugLocFromLoopID(LoopID); in stripDebugInfo()
575 if (NewLoopID != LoopID) in stripDebugInfo()
576 I.setMetadata(LLVMContext::MD_loop, NewLoopID); in stripDebugInfo()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopConstrainer.cpp452 MDNode *NewLoopID = in DisableAllLoopOptsOnLoop() local
456 NewLoopID->replaceOperandWith(0, NewLoopID); in DisableAllLoopOptsOnLoop()
457 L.setLoopID(NewLoopID); in DisableAllLoopOptsOnLoop()
H A DLoopUnrollRuntime.cpp448 std::optional<MDNode *> NewLoopID = makeFollowupLoopID( in CloneLoopBlocks() local
450 if (NewLoopID) { in CloneLoopBlocks()
451 NewLoop->setLoopID(*NewLoopID); in CloneLoopBlocks()
H A DLoopUtils.cpp243 MDNode *NewLoopID = MDNode::get(Context, MDs); in addStringMetadataToLoop() local
245 NewLoopID->replaceOperandWith(0, NewLoopID); in addStringMetadataToLoop()
246 TheLoop->setLoopID(NewLoopID); in addStringMetadataToLoop()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp1367 std::optional<MDNode *> NewLoopID = in tryToUnrollLoop() local
1370 if (NewLoopID) { in tryToUnrollLoop()
1371 L->setLoopID(*NewLoopID); in tryToUnrollLoop()
H A DInductiveRangeCheckElimination.cpp577 MDNode *NewLoopID = DisableAllLoopOptsOnLoop() local
H A DSimpleLoopUnswitch.cpp2156 MDNode *NewLoopID = makePostTransformationMetadata( in postUnswitch()
2159 L.setLoopID(NewLoopID); in postUnswitch()
2166 MDNode *NewLoopID = makePostTransformationMetadata( in postUnswitch()
2169 L.setLoopID(NewLoopID); in postUnswitch()
2155 MDNode *NewLoopID = makePostTransformationMetadata( postUnswitch() local
2165 MDNode *NewLoopID = makePostTransformationMetadata( postUnswitch() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp166 MDNode *NewLoopID = in setAlreadyVectorized() local
171 TheLoop->setLoopID(NewLoopID); in setAlreadyVectorized()
H A DLoopVectorize.cpp7198 MDNode *NewLoopID = MDNode::get(Context, MDs); in AddRuntimeUnrollDisableMetaData() local
7200 NewLoopID->replaceOperandWith(0, NewLoopID); in AddRuntimeUnrollDisableMetaData()
7201 L->setLoopID(NewLoopID); in AddRuntimeUnrollDisableMetaData()