| /freebsd-14.2/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() 373 Parent->Processed.erase(this->getUser()); in deleted()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | IVUsers.h | 97 SmallPtrSet<Instruction*, 16> Processed; variable 112 SE(std::move(X.SE)), Processed(std::move(X.Processed)), in IVUsers() 149 return Processed.count(Inst); in isIVUserOrOperand()
|
| /freebsd-14.2/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() 403 Value *VCTPCall = Builder.CreateCall(VCTP, Processed); in InsertVCTPIntrinsic() 408 Value *Remaining = Builder.CreateSub(Processed, Factor); in InsertVCTPIntrinsic() 409 Processed->addIncoming(Remaining, L->getLoopLatch()); in InsertVCTPIntrinsic() 411 << *Processed << "\n" in InsertVCTPIntrinsic()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | LegalizeTypes.cpp | 130 if (Node.getNodeId() != Processed) { in PerformExpensiveChecks() 152 if (NodeById->getNodeId() == Processed) { in PerformExpensiveChecks() 401 N->setNodeId(Processed); in run() 473 if (Node.getNodeId() != Processed) { in run() 523 if (Op.getNode()->getNodeId() == Processed) in AnalyzeNewNode() 570 if (Val.getNode()->getNodeId() == Processed) in AnalyzeNewValue() 611 N->getNodeId() != DAGTypeLegalizer::Processed && in NodeDeleted() 635 N->getNodeId() != DAGTypeLegalizer::Processed && in NodeUpdated() 687 if (M->getNodeId() == Processed) in ReplaceValueWith()
|
| H A D | LegalizeTypes.h | 49 Processed = -3 enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
| H A D | HexagonGenPredicate.cpp | 514 VectOfInst Processed, Copy; in runOnMachineFunction() local 520 Processed.insert(MI); in runOnMachineFunction() 526 auto Done = [Processed] (MachineInstr *MI) -> bool { in runOnMachineFunction() 527 return Processed.count(MI); in runOnMachineFunction()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | macho_platform.cpp | 206 Processed.push_back(New[J]); in processNewSections() 218 New = std::move(Processed); in reset() 225 return removeIfPresent(Processed, R); in removeIfPresent() 230 if (Processed.empty()) in moveNewToProcessed() 231 Processed = std::move(New); in moveNewToProcessed() 233 Processed.reserve(Processed.size() + New.size()); in moveNewToProcessed() 234 std::copy(New.begin(), New.end(), std::back_inserter(Processed)); in moveNewToProcessed() 253 std::vector<span<RecordElement>> Processed; member in __anond959cc780211::MachOPlatformRuntimeState::RecordSectionsTracker
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.h | 233 SmallPtrSet<const SCEV *, 8> Processed; 241 Processed, Worklist)) 403 SmallPtrSetImpl<const SCEV *> &Processed,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | CFIInstrInserter.cpp | 84 bool Processed = false; member 266 MBBInfo.Processed = true; in calculateOutgoingCFAInfo() 288 if (!SuccInfo.Processed) { in updateSuccCFAInfo()
|
| H A D | ComplexDeinterleavingPass.cpp | 1166 std::vector<bool> Processed(Info.size(), false); in identifyMultiplications() local 1168 if (Processed[I]) in identifyMultiplications() 1173 if (Processed[J]) in identifyMultiplications() 1190 Processed[I] = true; in identifyMultiplications() 1191 Processed[J] = true; in identifyMultiplications() 1514 SmallVector<bool> Processed(ReductionInfo.size(), false); in identifyReductionNodes() local 1522 if (Processed[i]) in identifyReductionNodes() 1525 if (Processed[j]) in identifyReductionNodes() 1549 Processed[i] = true; in identifyReductionNodes() 1550 Processed[j] = true; in identifyReductionNodes()
|
| H A D | LiveVariables.cpp | 244 SmallSet<unsigned, 8> Processed; in HandlePhysRegUse() local 246 if (Processed.count(SubReg)) in HandlePhysRegUse() 257 Processed.insert(SS); in HandlePhysRegUse()
|
| H A D | TwoAddressInstructionPass.cpp | 107 SmallPtrSet<MachineInstr*, 8> Processed; member in __anon5b6650e30111::TwoAddressInstructionPass 763 if (IsCopy && !Processed.insert(UseMI).second) in scanUses() 809 if (Processed.count(MI)) in processCopy() 828 Processed.insert(MI); in processCopy() 1791 Processed.clear(); in runOnMachineFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 1210 DenseSet<DIGlobalVariable *> Processed; in beginModule() local 1213 if (Processed.insert(GV).second) in beginModule() 1529 DwarfCompileUnit &TheCU, DenseSet<InlinedEntity> &Processed) { in collectVariableInfoFromMFTable() argument 1539 Processed.insert(Var); in collectVariableInfoFromMFTable() 1877 collectVariableInfoFromMFTable(TheCU, Processed); in collectEntityInfo() 1881 if (Processed.count(IV)) in collectEntityInfo() 1902 Processed.insert(IV); in collectEntityInfo() 1976 Processed.insert(IL); in collectEntityInfo() 1988 if (!Processed.insert(InlinedEntity(DN, nullptr)).second) in collectEntityInfo() 2286 DenseSet<InlinedEntity> Processed; in endFunctionImpl() local [all …]
|
| H A D | CodeViewDebug.h | 385 void collectVariableInfoFromMFTable(DenseSet<InlinedEntity> &Processed);
|
| H A D | CodeViewDebug.cpp | 1275 DenseSet<InlinedEntity> &Processed) { in collectVariableInfoFromMFTable() argument 1288 Processed.insert(InlinedEntity(VI.Var, VI.Loc->getInlinedAt())); in collectVariableInfoFromMFTable() 1444 DenseSet<InlinedEntity> Processed; in collectVariableInfo() local 1446 collectVariableInfoFromMFTable(Processed); in collectVariableInfo() 1450 if (Processed.count(IV)) in collectVariableInfo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86FloatingPoint.cpp | 350 df_iterator_default_set<MachineBasicBlock*> Processed; in runOnMachineFunction() local 373 for (MachineBasicBlock *BB : depth_first_ext(Entry, Processed)) in runOnMachineFunction() 377 if (MF.size() != Processed.size()) in runOnMachineFunction() 379 if (Processed.insert(&BB).second) in runOnMachineFunction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | EarlyCSE.cpp | 796 bool isProcessed() const { return Processed; } in isProcessed() 797 void process() { Processed = true; } in process() 806 bool Processed = false; member in __anon472e9e410411::EarlyCSE::StackNode
|
| H A D | LoopStrengthReduce.cpp | 972 SmallPtrSetImpl<const SCEV*> &Processed, in isHighCostExpansion() argument 982 Processed, SE); in isHighCostExpansion() 985 Processed, SE); in isHighCostExpansion() 988 Processed, SE); in isHighCostExpansion() 993 if (!Processed.insert(S).second) in isHighCostExpansion() 998 if (isHighCostExpansion(S, Processed, SE)) in isHighCostExpansion() 1008 return isHighCostExpansion(Mul->getOperand(1), Processed, SE); in isHighCostExpansion() 2855 SmallPtrSet<const SCEV*, 8> Processed; in isProfitableIncrement() local 2856 return !isHighCostExpansion(IncExpr, Processed, SE); in isProfitableIncrement()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMapping.cpp | 636 Processed, /// Added to this Decision enumerator 671 : Processed); in addBranch() 725 case DecisionRecord::Processed: in processBranch()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | ScalarEvolutionExpander.cpp | 1871 SmallPtrSetImpl<const SCEV *> &Processed, in isHighCostExpansionHelper() argument 1878 if (!isa<SCEVConstant>(S) && !Processed.insert(S).second) in isHighCostExpansionHelper()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmtOpenMP.cpp | 7208 llvm::SmallDenseSet<CanonicalDeclPtr<const Decl>, 4> Processed; in EmitOMPUseDevicePtrClause() local 7211 if (!Processed.insert(OrigVD).second) in EmitOMPUseDevicePtrClause() 7259 llvm::SmallDenseSet<CanonicalDeclPtr<const Decl>, 4> Processed; in EmitOMPUseDeviceAddrClause() local 7262 if (!Processed.insert(OrigVD).second) in EmitOMPUseDeviceAddrClause()
|
| H A D | CGOpenMPRuntime.cpp | 7984 llvm::SmallDenseSet<CanonicalDeclPtr<const Decl>, 4> Processed; in generateAllInfoForClauses() local 7995 if (!Processed.insert(VD).second) in generateAllInfoForClauses()
|
| /freebsd-14.2/contrib/bmake/ |
| H A D | bmake.cat1 | 690 Processed after reading all makefiles. Affects the mode that
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 3403 DenseSet<SDValue> Processed{DominantValue}; in lowerBuildVectorViaDominantValues() local 3421 Processed.insert(LastOp); in lowerBuildVectorViaDominantValues() 3427 if (V.isUndef() || !Processed.insert(V).second) in lowerBuildVectorViaDominantValues()
|
| /freebsd-14.2/contrib/sendmail/ |
| H A D | RELEASE_NOTES | 6613 Authentication warnings of "Processed from queue _directory_" and 6614 "Processed by _username_ with -C _filename_" would be logged
|