Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/IR/
HDUser.cpp43 void User::allocHungoffUses(unsigned N, bool IsPhi) { in allocHungoffUses() argument
55 if (IsPhi) in allocHungoffUses()
63 void User::growHungoffUses(unsigned NewNumUses, bool IsPhi) { in growHungoffUses() argument
73 allocHungoffUses(NewNumUses, IsPhi); in growHungoffUses()
80 if (IsPhi) { in growHungoffUses()
/NextBSD/contrib/llvm/include/llvm/IR/
HDUser.h68 void allocHungoffUses(unsigned N, bool IsPhi = false);
72 void growHungoffUses(unsigned N, bool IsPhi = false);