Searched refs:Track (Results 1 – 8 of 8) sorted by relevance
72 void setTrackResources(bool Track) { in setTrackResources() argument73 A.enableTranscription(Track); in setTrackResources()
3 ; TODO: Track the acutal DebugLoc of the hoisted instruction when no-line
79 "Track atomic reference counting in libc++ shared_ptr and weak_ptr.")
84 "Track atomic reference counting in libc++ shared_ptr and weak_ptr.")
876 void setTrackAllocationStacks(bool Track) { in setTrackAllocationStacks() argument878 if (Track) in setTrackAllocationStacks()
4359 auto Track = [](Metadata *ScopeList, auto &Container) { in analyse() local4368 Track(I->getMetadata(LLVMContext::MD_alias_scope), UsedAliasScopesAndLists); in analyse()4369 Track(I->getMetadata(LLVMContext::MD_noalias), UsedNoAliasScopesAndLists); in analyse()
155 Track the wall time individual tests take to execute and includes the results
190 ; Track basic blocks when unrolling conditional blocks. This code used to assert