Home
last modified time | relevance | path

Searched refs:Processed (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DIVUsers.cpp141 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 DIVUsers.h97 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 DMVETailPredication.cpp385 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 DLegalizeTypes.cpp130 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 DLegalizeTypes.h49 Processed = -3 enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenPredicate.cpp514 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 Dmacho_platform.cpp206 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 DScalarEvolutionExpander.h233 SmallPtrSet<const SCEV *, 8> Processed;
241 Processed, Worklist))
403 SmallPtrSetImpl<const SCEV *> &Processed,
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCFIInstrInserter.cpp84 bool Processed = false; member
266 MBBInfo.Processed = true; in calculateOutgoingCFAInfo()
288 if (!SuccInfo.Processed) { in updateSuccCFAInfo()
H A DComplexDeinterleavingPass.cpp1166 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 DLiveVariables.cpp244 SmallSet<unsigned, 8> Processed; in HandlePhysRegUse() local
246 if (Processed.count(SubReg)) in HandlePhysRegUse()
257 Processed.insert(SS); in HandlePhysRegUse()
H A DTwoAddressInstructionPass.cpp107 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 DDwarfDebug.cpp1210 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 DCodeViewDebug.h385 void collectVariableInfoFromMFTable(DenseSet<InlinedEntity> &Processed);
H A DCodeViewDebug.cpp1275 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 DX86FloatingPoint.cpp350 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 DEarlyCSE.cpp796 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 DLoopStrengthReduce.cpp972 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 DCoverageMapping.cpp636 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 DScalarEvolutionExpander.cpp1871 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 DCGStmtOpenMP.cpp7208 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 DCGOpenMPRuntime.cpp7984 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 Dbmake.cat1690 Processed after reading all makefiles. Affects the mode that
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3403 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 DRELEASE_NOTES6613 Authentication warnings of "Processed from queue _directory_" and
6614 "Processed by _username_ with -C _filename_" would be logged

12