Home
last modified time | relevance | path

Searched refs:Tracker (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DCaptureTracking.cpp212 void llvm::PointerMayBeCaptured(const Value *V, CaptureTracker *Tracker, in PointerMayBeCaptured() argument
224 return Tracker->tooManyUses(); in PointerMayBeCaptured()
227 if (!Tracker->shouldExplore(&U)) in PointerMayBeCaptured()
264 if (Tracker->captured(U)) in PointerMayBeCaptured()
279 if (Tracker->captured(U)) in PointerMayBeCaptured()
287 if (Tracker->captured(U)) in PointerMayBeCaptured()
297 if (Tracker->captured(U)) in PointerMayBeCaptured()
308 if (Tracker->captured(U)) in PointerMayBeCaptured()
321 if (Tracker->captured(U)) in PointerMayBeCaptured()
351 if (Tracker->captured(U)) in PointerMayBeCaptured()
[all …]
H A DAliasSetTracker.cpp707 AliasSetTracker *Tracker; member in __anonb3cd344a0211::AliasSetPrinter
723 Tracker = new AliasSetTracker(AAWP.getAAResults()); in runOnFunction()
726 Tracker->add(&*I); in runOnFunction()
727 Tracker->print(errs()); in runOnFunction()
728 delete Tracker; in runOnFunction()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineCopyPropagation.cpp221 CopyTracker Tracker; member in __anonc58ceaed0111::MachineCopyPropagation
239 if (MachineInstr *Copy = Tracker.findCopyForUnit(*RUI, *TRI)) { in ReadRegister()
277 MachineInstr *PrevCopy = Tracker.findAvailCopy(Copy, Def, *TRI); in eraseIfRedundant()
371 if (!Tracker.hasAnyCopies()) in forwardUses()
515 Tracker.clobberRegister(Def, *TRI); in CopyPropagateBlock()
522 Tracker.clobberRegister(Reg, *TRI); in CopyPropagateBlock()
525 Tracker.trackCopy(MI, *TRI); in CopyPropagateBlock()
539 Tracker.clobberRegister(Reg, *TRI); in CopyPropagateBlock()
588 Tracker.clobberRegister(Reg, *TRI); in CopyPropagateBlock()
601 Tracker.clobberRegister(Reg, *TRI); in CopyPropagateBlock()
[all …]
/freebsd-12.1/contrib/llvm/lib/IR/
H A DSafepointIRVerifier.cpp464 static void verifyFunction(GCPtrTracker &&Tracker,
567 void GCPtrTracker::verifyFunction(GCPtrTracker &&Tracker, in verifyFunction() argument
571 ReversePostOrderTraversal<const Function *> RPOT(&Tracker.F); in verifyFunction()
573 BasicBlockState *BBS = Tracker.getBasicBlockState(BB); in verifyFunction()
581 if (Tracker.instructionMayBeSkipped(&I)) in verifyFunction()
584 Verifier.verifyInstruction(&Tracker, I, AvailableSet); in verifyFunction()
782 const GCPtrTracker *Tracker, const Instruction &I, in verifyInstruction() argument
788 const BasicBlockState *InBBS = Tracker->getBasicBlockState(InBB); in verifyInstruction()
790 !Tracker->hasLiveIncomingEdge(PN, InBB)) in verifyInstruction()
880 GCPtrTracker Tracker(F, DT, CD); in Verify() local
[all …]
/freebsd-12.1/contrib/file/magic/Magdir/
H A Daudio353 # samples in Impulse Tracker's native format.
355 0 string IMPS Impulse Tracker Sample
360 0 string IMPI Impulse Tracker Instrument
376 76 string SCRS Scream Tracker Sample
419 0 string Extreme Extreme Tracker AMS Module v1.3
428 44 string PTMF Poly Tracker PTM Module
540 1068 string RoR AMUSIC Adlib Tracker
546 0 string SAdT Surprise! Adlib Tracker
786 >3 byte <2 Hively Tracker Song
804 >0x2e string NAME Art of Noise Tracker Song
[all …]
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp196 AllocaDerivedValueTracker Tracker; in markTails() local
199 Tracker.walk(&Arg); in markTails()
204 Tracker.walk(AI); in markTails()
237 if (Tracker.EscapePoints.count(&I)) in markTails()
276 if (!IsNoTail && Escaped == UNESCAPED && !Tracker.AllocaUsers.count(CI)) { in markTails()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DCaptureTracking.h94 void PointerMayBeCaptured(const Value *V, CaptureTracker *Tracker,
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp697 ArgumentUsesTracker Tracker(SCCNodes); in addArgumentAttrs() local
698 PointerMayBeCaptured(&*A, &Tracker); in addArgumentAttrs()
699 if (!Tracker.Captured) { in addArgumentAttrs()
700 if (Tracker.Uses.empty()) { in addArgumentAttrs()
710 for (Argument *Use : Tracker.Uses) { in addArgumentAttrs()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseExprCXX.cpp3170 BalancedDelimiterTracker &Tracker, in ParseCXXAmbiguousParenExpression() argument
3205 Tracker.consumeClose(); in ParseCXXAmbiguousParenExpression()
3260 Tracker.consumeClose(); in ParseCXXAmbiguousParenExpression()
3274 Tracker.getOpenLocation(), in ParseCXXAmbiguousParenExpression()
3275 Tracker.getCloseLocation()); in ParseCXXAmbiguousParenExpression()
3286 Result = Actions.ActOnCastExpr(getCurScope(), Tracker.getOpenLocation(), in ParseCXXAmbiguousParenExpression()
3288 Tracker.getCloseLocation(), Result.get()); in ParseCXXAmbiguousParenExpression()
3298 Result = Actions.ActOnParenExpr(Tracker.getOpenLocation(), in ParseCXXAmbiguousParenExpression()
3310 Tracker.consumeClose(); in ParseCXXAmbiguousParenExpression()
H A DParseDeclCXX.cpp240 BalancedDelimiterTracker &Tracker) { in ParseInnerNamespace() argument
251 Tracker.consumeClose(); in ParseInnerNamespace()
264 Tracker.getOpenLocation(), attrs, ImplicitUsingDirectiveDecl); in ParseInnerNamespace()
268 ParseInnerNamespace(InnerNSs, ++index, InlineLoc, attrs, Tracker); in ParseInnerNamespace()
271 Actions.ActOnFinishNamespaceDef(NamespcDecl, Tracker.getCloseLocation()); in ParseInnerNamespace()
H A DParseDecl.cpp6056 BalancedDelimiterTracker &Tracker, in ParseFunctionDeclarator() argument
6089 LParenLoc = Tracker.getOpenLocation(); in ParseFunctionDeclarator()
6098 Tracker.consumeClose(); in ParseFunctionDeclarator()
6099 RParenLoc = Tracker.getCloseLocation(); in ParseFunctionDeclarator()
6118 Tracker.consumeClose(); in ParseFunctionDeclarator()
6119 RParenLoc = Tracker.getCloseLocation(); in ParseFunctionDeclarator()
/freebsd-12.1/contrib/flex/
H A DREADME11 Bug reports should be submitted using the SourceForge Bug Tracker
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1681 BalancedDelimiterTracker &Tracker, ColonProtectionRAIIObject &ColonProt);
2625 BalancedDelimiterTracker &Tracker,
2676 BalancedDelimiterTracker &Tracker);
/freebsd-12.1/share/misc/
H A Dusb_hid_usages146 0x05 Head Tracker
148 0x07 Hand Tracker