| /freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | record_section_tracker.h | 60 Processed.push_back(New[J]); in processNewSections() 72 New = std::move(Processed); in reset() 79 return removeIfPresent(Processed, R); in removeIfPresent() 84 if (Processed.empty()) in moveNewToProcessed() 85 Processed = std::move(New); in moveNewToProcessed() 87 Processed.reserve(Processed.size() + New.size()); in moveNewToProcessed() 88 std::copy(New.begin(), New.end(), std::back_inserter(Processed)); in moveNewToProcessed() 107 std::vector<span<RecordElement>> Processed; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | IVUsers.cpp | 141 if (!Processed.insert(I).second) in AddUsersIfInteresting() 180 if (isa<PHINode>(User) && Processed.count(User)) in AddUsersIfInteresting() 191 if (isa<PHINode>(User) || Processed.count(User) || in AddUsersIfInteresting() 197 } else if (Processed.count(User) || !AddUsersIfInteresting(User)) { in AddUsersIfInteresting() 296 Processed.clear(); in releaseMemory() 371 Parent->Processed.erase(this->getUser()); in deleted()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | IVUsers.h | 98 SmallPtrSet<Instruction*, 16> Processed; variable 113 SE(std::move(X.SE)), Processed(std::move(X.Processed)), in IVUsers() 150 return Processed.count(Inst); in isIVUserOrOperand()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | MVETailPredication.cpp | 385 PHINode *Processed = Builder.CreatePHI(Ty, 2); in InsertVCTPIntrinsic() local 386 Processed->addIncoming(Start, L->getLoopPreheader()); in InsertVCTPIntrinsic() 402 Value *VCTPCall = Builder.CreateIntrinsic(VCTPID, Processed); in InsertVCTPIntrinsic() 407 Value *Remaining = Builder.CreateSub(Processed, Factor); in InsertVCTPIntrinsic() 408 Processed->addIncoming(Remaining, L->getLoopLatch()); in InsertVCTPIntrinsic() 410 << *Processed << "\n" in InsertVCTPIntrinsic()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeTypes.cpp | 129 if (Node.getNodeId() != Processed) { in PerformExpensiveChecks() 151 if (NodeById->getNodeId() == Processed) { in PerformExpensiveChecks() 403 N->setNodeId(Processed); in run() 475 if (Node.getNodeId() != Processed) { in run() 525 if (Op.getNode()->getNodeId() == Processed) in AnalyzeNewNode() 572 if (Val.getNode()->getNodeId() == Processed) in AnalyzeNewValue() 613 N->getNodeId() != DAGTypeLegalizer::Processed && in NodeDeleted() 637 N->getNodeId() != DAGTypeLegalizer::Processed && in NodeUpdated() 689 if (M->getNodeId() == Processed) in ReplaceValueWith()
|
| H A D | LegalizeTypes.h | 50 Processed = -3 enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonGenPredicate.cpp | 491 VectOfInst Processed, Copy; in runOnMachineFunction() local 497 Processed.insert(MI); in runOnMachineFunction() 503 auto Done = [Processed] (MachineInstr *MI) -> bool { in runOnMachineFunction() 504 return Processed.count(MI); in runOnMachineFunction()
|
| H A D | HexagonOptAddrMode.cpp | 528 auto Processed = in processAddBases() local 540 if (Processed(AddMI, ProcessedAddiInsts)) in processAddBases() 586 !(MI != AddMI && Processed(MI, ProcessedAddiInsts))) { in processAddBases()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.h | 259 SmallPtrSet<const SCEV *, 8> Processed; 267 Processed, Worklist)) 444 SmallPtrSetImpl<const SCEV *> &Processed,
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CFIInstrInserter.cpp | 85 bool Processed = false; member 290 MBBInfo.Processed = true; in calculateOutgoingCFAInfo() 312 if (!SuccInfo.Processed) { in updateSuccCFAInfo()
|
| H A D | ComplexDeinterleavingPass.cpp | 1330 std::vector<bool> Processed(Info.size(), false); in identifyMultiplications() local 1332 if (Processed[I]) in identifyMultiplications() 1337 if (Processed[J]) in identifyMultiplications() 1354 Processed[I] = true; in identifyMultiplications() 1355 Processed[J] = true; in identifyMultiplications() 1685 SmallVector<bool> Processed(ReductionInfo.size(), false); in identifyReductionNodes() local 1693 if (Processed[i]) in identifyReductionNodes() 1696 if (Processed[j]) in identifyReductionNodes() 1719 Processed[i] = true; in identifyReductionNodes() 1720 Processed[j] = true; in identifyReductionNodes() [all …]
|
| H A D | LiveVariables.cpp | 271 SmallSet<MCPhysReg, 8> Processed; in HandlePhysRegUse() local 273 if (Processed.count(SubReg)) in HandlePhysRegUse() 283 Processed.insert_range(TRI->subregs(SubReg)); in HandlePhysRegUse()
|
| H A D | TwoAddressInstructionPass.cpp | 110 SmallPtrSet<MachineInstr*, 8> Processed; member in __anon97cd436d0111::TwoAddressInstructionImpl 839 if (IsCopy && !Processed.insert(UseMI).second) in scanUses() 884 if (Processed.count(MI)) in processCopy() 903 Processed.insert(MI); in processCopy() 1849 Processed.clear(); in run()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 1217 DenseSet<DIGlobalVariable *> Processed; in beginModule() local 1220 if (Processed.insert(GV).second) in beginModule() 1539 DwarfCompileUnit &TheCU, DenseSet<InlinedEntity> &Processed) { in collectVariableInfoFromMFTable() argument 1549 Processed.insert(Var); in collectVariableInfoFromMFTable() 1886 DenseSet<InlinedEntity> &Processed) { in collectEntityInfo() argument 1888 collectVariableInfoFromMFTable(TheCU, Processed); in collectEntityInfo() 1892 if (Processed.count(IV)) in collectEntityInfo() 1913 Processed.insert(IV); in collectEntityInfo() 1983 Processed.insert(IL); in collectEntityInfo() 1995 if (!Processed.insert(InlinedEntity(DN, nullptr)).second) in collectEntityInfo() [all …]
|
| H A D | CodeViewDebug.h | 392 void collectVariableInfoFromMFTable(DenseSet<InlinedEntity> &Processed);
|
| H A D | CodeViewDebug.cpp | 1282 DenseSet<InlinedEntity> &Processed) { in collectVariableInfoFromMFTable() argument 1295 Processed.insert(InlinedEntity(VI.Var, VI.Loc->getInlinedAt())); in collectVariableInfoFromMFTable() 1458 DenseSet<InlinedEntity> Processed; in collectVariableInfo() local 1460 collectVariableInfoFromMFTable(Processed); in collectVariableInfo() 1464 if (Processed.count(IV)) in collectVariableInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopUnroll.cpp | 226 bool Processed = false; member in StackNode 248 bool isProcessed() const { return Processed; } in isProcessed() 249 void process() { Processed = true; } in process()
|
| H A D | ScalarEvolutionExpander.cpp | 1970 SmallPtrSetImpl<const SCEV *> &Processed, in isHighCostExpansionHelper() argument 1977 if (!isa<SCEVConstant>(S) && !Processed.insert(S).second) in isHighCostExpansionHelper()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FloatingPoint.cpp | 349 df_iterator_default_set<MachineBasicBlock*> Processed; in runOnMachineFunction() local 372 for (MachineBasicBlock *BB : depth_first_ext(Entry, Processed)) in runOnMachineFunction() 376 if (MF.size() != Processed.size()) in runOnMachineFunction() 378 if (Processed.insert(&BB).second) in runOnMachineFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | EarlyCSE.cpp | 790 bool isProcessed() const { return Processed; } in isProcessed() 791 void process() { Processed = true; } in process() 800 bool Processed = false; member in __anon2439b80b0411::EarlyCSE::StackNode
|
| H A D | LoopStrengthReduce.cpp | 1113 SmallPtrSetImpl<const SCEV*> &Processed, in isHighCostExpansion() argument 1123 Processed, SE); in isHighCostExpansion() 1126 Processed, SE); in isHighCostExpansion() 1129 Processed, SE); in isHighCostExpansion() 1134 if (!Processed.insert(S).second) in isHighCostExpansion() 1139 if (isHighCostExpansion(S, Processed, SE)) in isHighCostExpansion() 1149 return isHighCostExpansion(Op1, Processed, SE); in isHighCostExpansion() 3040 SmallPtrSet<const SCEV*, 8> Processed; in isProfitableIncrement() local 3041 return !isHighCostExpansion(IncExpr, Processed, SE); in isProfitableIncrement()
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMapping.cpp | 721 Processed, /// Added to this Decision enumerator 754 : Processed); in addBranch() 808 case DecisionRecord::Processed: in processBranch()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 7500 llvm::SmallDenseSet<CanonicalDeclPtr<const Decl>, 4> Processed; in EmitOMPUseDevicePtrClause() local 7503 if (!Processed.insert(OrigVD).second) in EmitOMPUseDevicePtrClause() 7551 llvm::SmallDenseSet<CanonicalDeclPtr<const Decl>, 4> Processed; in EmitOMPUseDeviceAddrClause() local 7554 if (!Processed.insert(OrigVD).second) in EmitOMPUseDeviceAddrClause()
|
| H A D | CGOpenMPRuntime.cpp | 8275 llvm::SmallDenseSet<CanonicalDeclPtr<const Decl>, 4> Processed; in generateAllInfoForClauses() local 8286 if (!Processed.insert(VD).second) in generateAllInfoForClauses()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | SLPVectorizer.cpp | 3296 DenseSet<Value *> Processed; in removeInstructionsAndOperands() local 3298 if (!V || !Processed.insert(V).second) in removeInstructionsAndOperands() 4132 SmallPtrSet<Value *, 4> Processed; local 4140 (void)Processed.insert(V); 4141 } else if (Processed.insert(V).second) { 4150 SmallPtrSet<Value *, 4> Processed; local 4157 (void)Processed.insert(V); 4158 } else if (Processed.insert(V).second) { 4172 SmallPtrSet<Value *, 4> Processed; local 4174 if (doesNotNeedToBeScheduled(V) || !Processed.insert(V).second)
|