Searched refs:VisitedInsts (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/ |
D | MCFunction.cpp | 43 DenseSet<uint64_t> VisitedInsts; in createFunctionFromMC() local 49 if (VisitedInsts.find(Index) != VisitedInsts.end()) in createFunctionFromMC() 53 VisitedInsts.insert(Index); in createFunctionFromMC()
|
/external/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 202 SmallPtrSet<Instruction *, 8> VisitedInsts; in AddReductionVar() local 217 Start = lookThroughAnd(Phi, RecurrenceType, VisitedInsts, CastInsts); in AddReductionVar() 221 VisitedInsts.insert(Start); in AddReductionVar() 257 !VisitedInsts.count(dyn_cast<Instruction>(Cur->getOperand(0)))) in AddReductionVar() 271 hasMultipleUsesOf(Cur, VisitedInsts)) in AddReductionVar() 275 if (IsAPhi && Cur != Phi && !areAllUsesIn(Cur, VisitedInsts)) in AddReductionVar() 319 if (VisitedInsts.insert(UI).second) { in AddReductionVar() 352 IsSigned, VisitedInsts, CastInsts)) in AddReductionVar()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 234 SmallPtrSet<Instruction *, 8> VisitedInsts; in AddReductionVar() local 249 Start = lookThroughAnd(Phi, RecurrenceType, VisitedInsts, CastInsts); in AddReductionVar() 253 VisitedInsts.insert(Start); in AddReductionVar() 290 !VisitedInsts.count(dyn_cast<Instruction>(Cur->getOperand(0)))) in AddReductionVar() 304 hasMultipleUsesOf(Cur, VisitedInsts)) in AddReductionVar() 308 if (IsAPhi && Cur != Phi && !areAllUsesIn(Cur, VisitedInsts)) in AddReductionVar() 357 if (VisitedInsts.insert(UI).second) { in AddReductionVar()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | BranchProbabilityInfo.cpp | 518 SmallPtrSet<PHINode*, 8> VisitedInsts; in computeUnlikelySuccessors() local 521 VisitedInsts.insert(CmpPHI); in computeUnlikelySuccessors() 533 if (VisitedInsts.insert(PN).second) in computeUnlikelySuccessors()
|