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.cpp343 UseListOrders = predictUseListOrder(M); in ValueEnumerator()
H A DBitcodeWriter.cpp3684 return !VE.UseListOrders.empty() && VE.UseListOrders.back().F == F; in writeUseListBlock()
3692 writeUseList(std::move(VE.UseListOrders.back())); in writeUseListBlock()
3693 VE.UseListOrders.pop_back(); in writeUseListBlock()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2864 UseListOrderMap UseListOrders; member in __anon33b632580a11::AssemblyWriter
3100 UseListOrders = predictUseListOrder(M); in printModule()
5034 auto It = UseListOrders.find(F); in printUseLists()
5035 if (It == UseListOrders.end()) in printUseLists()