Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp545 MDNode *NewLoopID = makePostTransformationMetadata( in setLoopAlreadyUnrolled() local
547 setLoopID(NewLoopID); in setLoopAlreadyUnrolled()
561 MDNode *NewLoopID = in setLoopMustProgress() local
563 setLoopID(NewLoopID); in setLoopMustProgress()
1152 MDNode *NewLoopID = MDNode::getDistinct(Context, MDs); in makePostTransformationMetadata() local
1154 NewLoopID->replaceOperandWith(0, NewLoopID); in makePostTransformationMetadata()
1155 return NewLoopID; in makePostTransformationMetadata()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp368 MDNode *NewLoopID = MDNode::getDistinct(OrigLoopID->getContext(), MDs); in updateLoopMetadataDebugLocationsImpl() local
370 NewLoopID->replaceOperandWith(0, NewLoopID); in updateLoopMetadataDebugLocationsImpl()
371 return NewLoopID; in updateLoopMetadataDebugLocationsImpl()
379 MDNode *NewLoopID = updateLoopMetadataDebugLocationsImpl(OrigLoopID, Updater); in updateLoopMetadataDebugLocations() local
380 I.setMetadata(LLVMContext::MD_loop, NewLoopID); in updateLoopMetadataDebugLocations()
462 auto *NewLoopID = LoopIDsMap.lookup(LoopID); in stripDebugInfo() local
463 if (!NewLoopID) in stripDebugInfo()
464 NewLoopID = LoopIDsMap[LoopID] = stripDebugLocFromLoopID(LoopID); in stripDebugInfo()
465 if (NewLoopID != LoopID) in stripDebugInfo()
466 I.setMetadata(LLVMContext::MD_loop, NewLoopID); in stripDebugInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnrollRuntime.cpp411 Optional<MDNode *> NewLoopID = makeFollowupLoopID( in CloneLoopBlocks() local
413 if (NewLoopID.hasValue()) { in CloneLoopBlocks()
414 NewLoop->setLoopID(NewLoopID.getValue()); in CloneLoopBlocks()
H A DLoopUtils.cpp251 MDNode *NewLoopID = MDNode::get(Context, MDs); in addStringMetadataToLoop() local
253 NewLoopID->replaceOperandWith(0, NewLoopID); in addStringMetadataToLoop()
254 TheLoop->setLoopID(NewLoopID); in addStringMetadataToLoop()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp1226 Optional<MDNode *> NewLoopID = in tryToUnrollLoop() local
1229 if (NewLoopID.hasValue()) { in tryToUnrollLoop()
1230 L->setLoopID(NewLoopID.getValue()); in tryToUnrollLoop()
H A DInductiveRangeCheckElimination.cpp446 MDNode *NewLoopID = in DisableAllLoopOptsOnLoop() local
450 NewLoopID->replaceOperandWith(0, NewLoopID); in DisableAllLoopOptsOnLoop()
451 L.setLoopID(NewLoopID); in DisableAllLoopOptsOnLoop()
H A DLoopUnswitch.cpp1508 MDNode *NewLoopID = makePostTransformationMetadata( in unswitchNontrivialCondition() local
1511 NewLoop->setLoopID(NewLoopID); in unswitchNontrivialCondition()
H A DSimpleLoopUnswitch.cpp3085 MDNode *NewLoopID = makePostTransformationMetadata( in run() local
3088 L.setLoopID(NewLoopID); in run()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp141 MDNode *NewLoopID = in setAlreadyVectorized() local
146 TheLoop->setLoopID(NewLoopID); in setAlreadyVectorized()
H A DLoopVectorize.cpp8284 MDNode *NewLoopID = MDNode::get(Context, MDs); in AddRuntimeUnrollDisableMetaData() local
8286 NewLoopID->replaceOperandWith(0, NewLoopID); in AddRuntimeUnrollDisableMetaData()
8287 L->setLoopID(NewLoopID); in AddRuntimeUnrollDisableMetaData()