Home
last modified time | relevance | path

Searched refs:LoopIter (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceLoopAnalyzer.cpp245 for (auto LoopIter = It.base() - 1; LoopIter != LoopStack.end(); in processNode() local
246 ++LoopIter) { in processNode()
247 LoopNodes.insert((*LoopIter)->getNode()->getIndex()); in processNode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DHardwareLoops.cpp435 Function *LoopIter = Intrinsic::getDeclaration(M, ID, Ty); in InsertIterationSetup() local
436 Value *SetCount = Builder.CreateCall(LoopIter, LoopCountInit); in InsertIterationSetup()
/external/llvm-project/llvm/lib/CodeGen/
DHardwareLoops.cpp442 Function *LoopIter = Intrinsic::getDeclaration(M, ID, Ty); in InsertIterationSetup() local
443 Value *SetCount = Builder.CreateCall(LoopIter, LoopCountInit); in InsertIterationSetup()