Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp369 bool QueuePhiNode(BasicBlock *BB, unsigned AllocaIdx, unsigned &Version);
728 QueuePhiNode(BB, AllocaNum, CurrentVersion); in run()
948 bool PromoteMem2Reg::QueuePhiNode(BasicBlock *BB, unsigned AllocaNo, in QueuePhiNode() function in PromoteMem2Reg