Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp299 bool QueuePhiNode(BasicBlock *BB, unsigned AllocaIdx, unsigned &Version);
624 QueuePhiNode(PHIBlocks[i], AllocaNum, CurrentVersion); in run()
849 bool PromoteMem2Reg::QueuePhiNode(BasicBlock *BB, unsigned AllocaNo, in QueuePhiNode() function in PromoteMem2Reg