Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopVersioningLICM.cpp140 MDNode *NewLoopID = MDNode::get(Context, MDs); in addStringMetadataToLoop() local
142 NewLoopID->replaceOperandWith(0, NewLoopID); in addStringMetadataToLoop()
143 TheLoop->setLoopID(NewLoopID); in addStringMetadataToLoop()
DLoopUnrollPass.cpp632 MDNode *NewLoopID = MDNode::get(Context, MDs); in SetLoopAlreadyUnrolled() local
634 NewLoopID->replaceOperandWith(0, NewLoopID); in SetLoopAlreadyUnrolled()
635 L->setLoopID(NewLoopID); in SetLoopAlreadyUnrolled()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopVersioningLICM.cpp141 MDNode *NewLoopID = MDNode::get(Context, MDs); in addStringMetadataToLoop() local
143 NewLoopID->replaceOperandWith(0, NewLoopID); in addStringMetadataToLoop()
144 TheLoop->setLoopID(NewLoopID); in addStringMetadataToLoop()
DInductiveRangeCheckElimination.cpp467 MDNode *NewLoopID = in DisableAllLoopOptsOnLoop() local
471 NewLoopID->replaceOperandWith(0, NewLoopID); in DisableAllLoopOptsOnLoop()
472 L.setLoopID(NewLoopID); in DisableAllLoopOptsOnLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLoopInfo.cpp299 MDNode *NewLoopID = MDNode::get(Context, MDs); in setLoopAlreadyUnrolled() local
301 NewLoopID->replaceOperandWith(0, NewLoopID); in setLoopAlreadyUnrolled()
302 setLoopID(NewLoopID); in setLoopAlreadyUnrolled()
/external/llvm/lib/Transforms/Utils/
DLoopUnrollRuntime.cpp386 MDNode *NewLoopID = MDNode::get(Context, MDs); in CloneLoopBlocks() local
388 NewLoopID->replaceOperandWith(0, NewLoopID); in CloneLoopBlocks()
389 NewLoop->setLoopID(NewLoopID); in CloneLoopBlocks()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp276 MDNode *NewLoopID = MDNode::get(Context, MDs); in writeHintsToMetadata() local
278 NewLoopID->replaceOperandWith(0, NewLoopID); in writeHintsToMetadata()
280 TheLoop->setLoopID(NewLoopID); in writeHintsToMetadata()
DLoopVectorize.cpp6484 MDNode *NewLoopID = MDNode::get(Context, MDs); in AddRuntimeUnrollDisableMetaData() local
6486 NewLoopID->replaceOperandWith(0, NewLoopID); in AddRuntimeUnrollDisableMetaData()
6487 L->setLoopID(NewLoopID); in AddRuntimeUnrollDisableMetaData()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DDebugInfo.cpp341 auto *NewLoopID = LoopIDsMap.lookup(LoopID); in stripDebugInfo() local
342 if (!NewLoopID) in stripDebugInfo()
343 NewLoopID = LoopIDsMap[LoopID] = stripDebugLocFromLoopID(LoopID); in stripDebugInfo()
344 if (NewLoopID != LoopID) in stripDebugInfo()
345 TermInst->setMetadata(LLVMContext::MD_loop, NewLoopID); in stripDebugInfo()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1297 MDNode *NewLoopID = MDNode::get(Context, MDs); in writeHintsToMetadata() local
1299 NewLoopID->replaceOperandWith(0, NewLoopID); in writeHintsToMetadata()
1301 TheLoop->setLoopID(NewLoopID); in writeHintsToMetadata()
6359 MDNode *NewLoopID = MDNode::get(Context, MDs); in AddRuntimeUnrollDisableMetaData() local
6361 NewLoopID->replaceOperandWith(0, NewLoopID); in AddRuntimeUnrollDisableMetaData()
6362 L->setLoopID(NewLoopID); in AddRuntimeUnrollDisableMetaData()