Home
last modified time | relevance | path

Searched refs:OpInst (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DReassociate.cpp1858 if (Instruction *OpInst = dyn_cast<Instruction>(Op)) in RecursivelyEraseDeadInsts() local
1859 if (OpInst->use_empty()) in RecursivelyEraseDeadInsts()
1860 Insts.insert(OpInst); in RecursivelyEraseDeadInsts()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp4704 Instruction *OpInst = dyn_cast<Instruction>(*OpI); in getConstantEvolvingPHIOperands() local
4705 if (!OpInst || !canConstantEvolve(OpInst, L)) return 0; in getConstantEvolvingPHIOperands()
4707 PHINode *P = dyn_cast<PHINode>(OpInst); in getConstantEvolvingPHIOperands()
4712 P = PHIMap.lookup(OpInst); in getConstantEvolvingPHIOperands()
4716 P = getConstantEvolvingPHIOperands(OpInst, L, PHIMap); in getConstantEvolvingPHIOperands()
4717 PHIMap[OpInst] = P; in getConstantEvolvingPHIOperands()
/external/llvm/lib/Analysis/
DScalarEvolution.cpp6331 Instruction *OpInst = dyn_cast<Instruction>(Op); in getConstantEvolvingPHIOperands() local
6332 if (!OpInst || !canConstantEvolve(OpInst, L)) return nullptr; in getConstantEvolvingPHIOperands()
6334 PHINode *P = dyn_cast<PHINode>(OpInst); in getConstantEvolvingPHIOperands()
6339 P = PHIMap.lookup(OpInst); in getConstantEvolvingPHIOperands()
6343 P = getConstantEvolvingPHIOperands(OpInst, L, PHIMap); in getConstantEvolvingPHIOperands()
6344 PHIMap[OpInst] = P; in getConstantEvolvingPHIOperands()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp640 if (Instruction *OpInst = dyn_cast<Instruction>(*OI)) in getDebugLocFromInstOrOperands() local
641 if (OpInst->getDebugLoc() != Empty) in getDebugLocFromInstOrOperands()
642 return OpInst; in getDebugLocFromInstOrOperands()