Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp425 bool QueuePhiNode(BasicBlock *BB, unsigned AllocaIdx, unsigned &Version);
819 QueuePhiNode(BB, AllocaNum, CurrentVersion); in run()
1046 bool PromoteMem2Reg::QueuePhiNode(BasicBlock *BB, unsigned AllocaNo, in QueuePhiNode() function in PromoteMem2Reg