Searched defs:PHINode (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/VMCore/
H A DInstructions.cpp83 // PHINode Class
86 PHINode::PHINode(const PHINode &PN) function in class:PHINode
95 PHINode::~PHINode() {
99 Use *PHINode::allocHungoffUses(unsigned N) const {
107 (void) new(End) Use::UserRef(const_cast<PHINode*>(this), 1);
113 Value *PHINode::removeIncomingValue(unsigned Idx, bool DeletePHIIfEmpty) {
141 void PHINode
[all...]
/external/llvm/include/llvm/
H A DInstructions.h1965 // PHINode Class
1968 // PHINode - The PHINode class is used to represent the magical mystical PHI
1972 class PHINode : public Instruction { class in namespace:llvm
1977 PHINode(const PHINode &PN);
1982 explicit PHINode(Type *Ty, unsigned NumReservedValues, function in class:llvm::PHINode
1990 PHINode(Type *Ty, unsigned NumReservedValues, const Twine &NameStr, function in class:llvm::PHINode
2003 virtual PHINode *clone_impl() const;
2007 static PHINode *Creat
[all...]
/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp82 const SmallPtrSet<const PHINode*, 16> &PHIUsers,
197 SmallPtrSet<const PHINode*, 16> &PHIUsers) {
263 } else if (const PHINode *PN = dyn_cast<PHINode>(I)) {
802 SmallPtrSet<const PHINode*, 8> &PHIs) {
828 } else if (const PHINode *PN = dyn_cast<PHINode>(U)) {
853 SmallPtrSet<const PHINode*, 8> PHIs;
964 assert((isa<PHINode>(GlobalUser) || isa<SelectInst>(GlobalUser) ||
1152 SmallPtrSet<const PHINode*,
196 AnalyzeGlobal(const Value *V, GlobalStatus &GS, SmallPtrSet<const PHINode*, 16> &PHIUsers) argument
801 AllUsesOfValueWillTrapIfNull(const Value *V, SmallPtrSet<const PHINode*, 8> &PHIs) argument
1150 ValueIsOnlyUsedLocallyOrStoredToOneGlobal(const Instruction *V, const GlobalVariable *GV, SmallPtrSet<const PHINode*, 8> &PHIs) argument
1242 LoadUsesSimpleEnoughForHeapSRA(const Value *V, SmallPtrSet<const PHINode*, 32> &LoadUsingPHIs, SmallPtrSet<const PHINode*, 32> &LoadUsingPHIsPerLoad) argument
1928 ProcessInternalGlobal(GlobalVariable *GV, Module::global_iterator &GVI, const SmallPtrSet<const PHINode*, 16> &PHIUsers, const GlobalStatus &GS) argument
[all...]

Completed in 84 milliseconds