Home
last modified time | relevance | path

Searched refs:Track (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DDFAPacketizer.h72 void setTrackResources(bool Track) { in setTrackResources() argument
73 A.enableTranscription(Track); in setTrackResources()
/llvm-project-15.0.7/llvm/test/Transforms/SimplifyCFG/X86/
H A Dremove-debug.ll3 ; TODO: Track the acutal DebugLoc of the hoisted instruction when no-line
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_flags.inc79 "Track atomic reference counting in libc++ shared_ptr and weak_ptr.")
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_flags.inc84 "Track atomic reference counting in libc++ shared_ptr and weak_ptr.")
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dcombined.h876 void setTrackAllocationStacks(bool Track) { in setTrackAllocationStacks() argument
878 if (Track) in setTrackAllocationStacks()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4359 auto Track = [](Metadata *ScopeList, auto &Container) { in analyse() local
4368 Track(I->getMetadata(LLVMContext::MD_alias_scope), UsedAliasScopesAndLists); in analyse()
4369 Track(I->getMetadata(LLVMContext::MD_noalias), UsedNoAliasScopesAndLists); in analyse()
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dlit.rst155 Track the wall time individual tests take to execute and includes the results
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/
H A Dif-pred-stores.ll190 ; Track basic blocks when unrolling conditional blocks. This code used to assert