Searched refs:PointerAllocaValues (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp223 /// PointerAllocaValues - If we are updating an AliasSetTracker, then for
227 std::vector<Value*> PointerAllocaValues; member in struct:__anon10656::PromoteMem2Reg
390 if (AST) PointerAllocaValues.resize(Allocas.size());
520 PointerAllocaValues[AllocaNum] = Info.AllocaPointerVal;
1009 AST->copyValue(PointerAllocaValues[AllocaNo], PN);

Completed in 64 milliseconds