Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h100 BasicBlock *AllocationBlock; variable
159 BasicBlock *AllocationBlock = nullptr,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp267 BasicBlock *AllocationBlock, std::string Suffix, in CodeExtractor() argument
270 BPI(BPI), AC(AC), AllocationBlock(AllocationBlock), in CodeExtractor()
1837 if (AllocationBlock) in emitReplacerCall()
1838 assert(AllocationBlock->getParent() == oldFunction && in emitReplacerCall()
1841 AllocationBlock ? AllocationBlock : &oldFunction->getEntryBlock(); in emitReplacerCall()