Home
last modified time | relevance | path

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

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