Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DValueEnumerator.h54 UseListOrderStack UseListOrders; variable
H A DValueEnumerator.cpp326 UseListOrders = predictUseListOrder(M); in ValueEnumerator()
H A DBitcodeWriter.cpp3433 return !VE.UseListOrders.empty() && VE.UseListOrders.back().F == F; in writeUseListBlock()
3441 writeUseList(std::move(VE.UseListOrders.back())); in writeUseListBlock()
3442 VE.UseListOrders.pop_back(); in writeUseListBlock()
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2614 UseListOrderMap UseListOrders; member in __anon6938d20e0911::AssemblyWriter
2847 UseListOrders = predictUseListOrder(M); in printModule()
4721 auto It = UseListOrders.find(F); in printUseLists()
4722 if (It == UseListOrders.end()) in printUseLists()