Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1503 BasicBlock *ReplIP = header; in extractCodeRegion() local
1504 while (ReplIP && Blocks.count(ReplIP)) in extractCodeRegion()
1505 ReplIP = ReplIP->getNextNode(); in extractCodeRegion()
1525 inputs, outputs, StructValues, newFunction, StructTy, oldFunction, ReplIP, in extractCodeRegion()
1827 StructType *StructArgTy, Function *oldFunction, BasicBlock *ReplIP, in emitReplacerCall() argument
1836 BasicBlock::Create(Context, "codeRepl", oldFunction, ReplIP); in emitReplacerCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCodeExtractor.h305 Function *oldFunction, BasicBlock *ReplIP,