Home
last modified time | relevance | path

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

12

/freebsd/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/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIVUsers.h98 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 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/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeTypes.cpp130 if (Node.getNodeId() != Processed) { in PerformExpensiveChecks()
152 if (NodeById->getNodeId() == Processed) { in PerformExpensiveChecks()
400 N->setNodeId(Processed); in run()
472 if (Node.getNodeId() != Processed) { in run()
522 if (Op.getNode()->getNodeId() == Processed) in AnalyzeNewNode()
569 if (Val.getNode()->getNodeId() == Processed) in AnalyzeNewValue()
610 N->getNodeId() != DAGTypeLegalizer::Processed && in NodeDeleted()
634 N->getNodeId() != DAGTypeLegalizer::Processed && in NodeUpdated()
686 if (M->getNodeId() == Processed) in ReplaceValueWith()
H A DLegalizeTypes.h50 Processed = -3 enumerator
/freebsd/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/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp195 /// Successfully handled sections will be moved to the Processed in processNewSections()
206 Processed.push_back(New[J]); in reset()
218 New = std::move(Processed); in moveNewToProcessed()
225 return removeIfPresent(Processed, R); in moveNewToProcessed()
230 if (Processed.empty()) in removeIfPresent()
231 Processed = std::move(New); in removeIfPresent()
233 Processed.reserve(Processed.size() + New.size()); in removeIfPresent()
234 std::copy(New.begin(), New.end(), std::back_inserter(Processed)); in removeIfPresent()
253 std::vector<span<RecordElement>> Processed;
242 std::vector<span<RecordElement>> Processed; global() member in __anon3d23d5020211::MachOPlatformRuntimeState::RecordSectionsTracker
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DScalarEvolutionExpander.h251 SmallPtrSet<const SCEV *, 8> Processed;
259 Processed, Worklist))
429 SmallPtrSetImpl<const SCEV *> &Processed,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCFIInstrInserter.cpp84 bool Processed = false; member
267 MBBInfo.Processed = true; in calculateOutgoingCFAInfo()
289 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.cpp274 SmallSet<unsigned, 8> Processed; in HandlePhysRegUse() local
276 if (Processed.count(SubReg)) in HandlePhysRegUse()
287 Processed.insert(SS); in HandlePhysRegUse()
H A DTwoAddressInstructionPass.cpp110 SmallPtrSet<MachineInstr*, 8> Processed; member in __anon97cd436d0111::TwoAddressInstructionImpl
836 if (IsCopy && !Processed.insert(UseMI).second) in scanUses()
882 if (Processed.count(MI)) in processCopy()
901 Processed.insert(MI); in processCopy()
1848 Processed.clear(); in run()
/freebsd/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()
1875 DenseSet<InlinedEntity> &Processed) { in collectEntityInfo() argument
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()
[all …]
H A DCodeViewDebug.h385 void collectVariableInfoFromMFTable(DenseSet<InlinedEntity> &Processed);
H A DCodeViewDebug.cpp1275 DenseSet<InlinedEntity> &Processed) { in collectVariableInfoFromMFTable()
1288 Processed.insert(InlinedEntity(VI.Var, VI.Loc->getInlinedAt())); in collectVariableInfoFromMFTable()
1444 DenseSet<InlinedEntity> Processed; in collectVariableInfo()
1446 collectVariableInfoFromMFTable(Processed); in collectVariableInfo()
1450 if (Processed.count(IV)) in collectVariableInfo()
1268 collectVariableInfoFromMFTable(DenseSet<InlinedEntity> & Processed) collectVariableInfoFromMFTable() argument
1431 DenseSet<InlinedEntity> Processed; collectVariableInfo() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUnroll.cpp230 bool Processed = false; member in StackNode
252 bool isProcessed() const { return Processed; } in isProcessed()
253 void process() { Processed = true; } in process()
H A DScalarEvolutionExpander.cpp1969 SmallPtrSetImpl<const SCEV *> &Processed, in isHighCostExpansionHelper() argument
1976 if (!isa<SCEVConstant>(S) && !Processed.insert(S).second) in isHighCostExpansionHelper()
/freebsd/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/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp695 Processed, /// Added to this Decision enumerator
728 : Processed); in addBranch()
782 case DecisionRecord::Processed: in processBranch()
/freebsd/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 __anon2439b80b0411::EarlyCSE::StackNode
H A DLoopStrengthReduce.cpp1108 SmallPtrSetImpl<const SCEV*> &Processed, in isHighCostExpansion() argument
1118 Processed, SE); in isHighCostExpansion()
1121 Processed, SE); in isHighCostExpansion()
1124 Processed, SE); in isHighCostExpansion()
1129 if (!Processed.insert(S).second) in isHighCostExpansion()
1134 if (isHighCostExpansion(S, Processed, SE)) in isHighCostExpansion()
1144 return isHighCostExpansion(Mul->getOperand(1), Processed, SE); in isHighCostExpansion()
3051 SmallPtrSet<const SCEV*, 8> Processed; in isProfitableIncrement() local
3052 return !isHighCostExpansion(IncExpr, Processed, SE); in isProfitableIncrement()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp7280 llvm::SmallDenseSet<CanonicalDeclPtr<const Decl>, 4> Processed; in EmitOMPUseDevicePtrClause() local
7283 if (!Processed.insert(OrigVD).second) in EmitOMPUseDevicePtrClause()
7331 llvm::SmallDenseSet<CanonicalDeclPtr<const Decl>, 4> Processed; in EmitOMPUseDeviceAddrClause() local
7334 if (!Processed.insert(OrigVD).second) in EmitOMPUseDeviceAddrClause()
H A DCGOpenMPRuntime.cpp8019 llvm::SmallDenseSet<CanonicalDeclPtr<const Decl>, 4> Processed; in generateAllInfoForClauses() local
8030 if (!Processed.insert(VD).second) in generateAllInfoForClauses()
/freebsd/contrib/bmake/
H A Dbmake.cat1706 Processed after reading all makefiles. Affects the mode that
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3571 DenseSet<SDValue> Processed{DominantValue}; in lowerBuildVectorViaDominantValues()
3589 Processed.insert(LastOp); in lowerBuildVectorViaDominantValues()
3595 if (V.isUndef() || !Processed.insert(V).second) in lowerBuildVectorViaDominantValues()
3570 DenseSet<SDValue> Processed{DominantValue}; lowerBuildVectorViaDominantValues() local

12