Home
last modified time | relevance | path

Searched refs:UseListOrders (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h57 UseListOrderStack UseListOrders; variable
H A DDXILBitcodeWriter.cpp2649 return !VE.UseListOrders.empty() && VE.UseListOrders.back().F == F; in writeUseListBlock()
2657 writeUseList(std::move(VE.UseListOrders.back())); in writeUseListBlock()
2658 VE.UseListOrders.pop_back(); in writeUseListBlock()
H A DDXILValueEnumerator.cpp363 UseListOrders = predictUseListOrder(M); in ValueEnumerator()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h54 UseListOrderStack UseListOrders; variable
H A DValueEnumerator.cpp326 UseListOrders = predictUseListOrder(M); in ValueEnumerator()
H A DBitcodeWriter.cpp3336 return !VE.UseListOrders.empty() && VE.UseListOrders.back().F == F; in writeUseListBlock()
3344 writeUseList(std::move(VE.UseListOrders.back())); in writeUseListBlock()
3345 VE.UseListOrders.pop_back(); in writeUseListBlock()
/llvm-project-15.0.7/llvm/lib/IR/
H A DAsmWriter.cpp2531 UseListOrderMap UseListOrders; member in __anon7e5391880911::AssemblyWriter
2758 UseListOrders = predictUseListOrder(M); in printModule()
4468 auto It = UseListOrders.find(F); in printUseLists()
4469 if (It == UseListOrders.end()) in printUseLists()