Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTypePromotion.cpp104 class IRPromoter { class
125 IRPromoter(LLVMContext &C, unsigned Width, SetVector<Value *> &visited, in IRPromoter() function in __anonab9dbb3d0111::IRPromoter
411 void IRPromoter::ReplaceAllUsersOfWith(Value *From, Value *To) { in ReplaceAllUsersOfWith()
436 void IRPromoter::ExtendSources() { in ExtendSources()
474 void IRPromoter::PromoteTree() { in PromoteTree()
523 void IRPromoter::TruncateSinks() { in TruncateSinks()
593 void IRPromoter::Cleanup() { in Cleanup()
629 void IRPromoter::ConvertTruncs() { in ConvertTruncs()
656 void IRPromoter::Mutate() { in Mutate()
909 IRPromoter Promoter(*Ctx, PromotedWidth, CurrentVisited, Sources, Sinks, in TryToPromote()