Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILValueEnumerator.h57 UseListOrderStack UseListOrders; variable
H A DDXILValueEnumerator.cpp363 UseListOrders = predictUseListOrder(M); in ValueEnumerator()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h54 UseListOrderStack UseListOrders; variable
H A DValueEnumerator.cpp340 UseListOrders = predictUseListOrder(M); in ValueEnumerator()
H A DBitcodeWriter.cpp3522 return !VE.UseListOrders.empty() && VE.UseListOrders.back().F == F; in writeUseListBlock()
3530 writeUseList(std::move(VE.UseListOrders.back())); in writeUseListBlock()
3531 VE.UseListOrders.pop_back(); in writeUseListBlock()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2701 UseListOrderMap UseListOrders; member in __anon33b632580911::AssemblyWriter
2937 UseListOrders = predictUseListOrder(M); in printModule()
4838 auto It = UseListOrders.find(F); in printUseLists()
4839 if (It == UseListOrders.end()) in printUseLists()