Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp1368 auto IncI = cast<Instruction>(P.getIncomingValueForBlock(InnerLatch)); in moveLCSSAPhis() local
1371 if (IncI->getParent() != InnerLatch && IncI->getParent() != InnerHeader) in moveLCSSAPhis()
1375 [OuterHeader, OuterExit, IncI, InnerHeader](User *U) { in moveLCSSAPhis()
1377 IncI->getParent() == InnerHeader) || in moveLCSSAPhis()
1383 P.replaceAllUsesWith(IncI); in moveLCSSAPhis()
DIndVarSimplify.cpp2022 Instruction *IncI = dyn_cast<Instruction>(IncV); in getLoopPhiForCounter() local
2023 if (!IncI) in getLoopPhiForCounter()
2026 switch (IncI->getOpcode()) { in getLoopPhiForCounter()
2032 if (IncI->getNumOperands() == 2) in getLoopPhiForCounter()
2039 PHINode *Phi = dyn_cast<PHINode>(IncI->getOperand(0)); in getLoopPhiForCounter()
2041 if (L->isLoopInvariant(IncI->getOperand(1))) in getLoopPhiForCounter()
2045 if (IncI->getOpcode() == Instruction::GetElementPtr) in getLoopPhiForCounter()
2049 Phi = dyn_cast<PHINode>(IncI->getOperand(1)); in getLoopPhiForCounter()
2051 if (L->isLoopInvariant(IncI->getOperand(0))) in getLoopPhiForCounter()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSAUpdater.cpp683 Instruction *IncI = IncMUD->getMemoryInst(); in updateForClonedLoop() local
684 assert(IncI && "Found MemoryUseOrDef with no Instruction."); in updateForClonedLoop()
686 cast_or_null<Instruction>(VMap.lookup(IncI))) { in updateForClonedLoop()