Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDemoteRegToStack.cpp24 std::optional<BasicBlock::iterator> AllocaPoint) { in DemoteRegToStack() argument
35 if (AllocaPoint) { in DemoteRegToStack()
37 I.getName()+".reg2mem", *AllocaPoint); in DemoteRegToStack()
132 AllocaInst *llvm::DemotePHIToStack(PHINode *P, std::optional<BasicBlock::iterator> AllocaPoint) { in DemotePHIToStack() argument
142 if (AllocaPoint) { in DemotePHIToStack()
144 P->getName()+".reg2mem", *AllocaPoint); in DemotePHIToStack()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLocal.h210 std::optional<BasicBlock::iterator> AllocaPoint = std::nullopt);
215 AllocaInst *DemotePHIToStack(PHINode *P, std::optional<BasicBlock::iterator> AllocaPoint = std::nul…