Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DCallSite.h299 void mutateFunctionType(FunctionType *Ty) const { in mutateFunctionType() function
300 CALLSITE_DELEGATE_SETTER(mutateFunctionType(Ty)); in mutateFunctionType()
DInstructions.h1512 void mutateFunctionType(FunctionType *FTy) {
3513 void mutateFunctionType(FunctionType *FTy) {
/external/llvm/lib/Transforms/Instrumentation/
DIndirectCallPromotion.cpp460 CI->mutateFunctionType(DirectCallee->getFunctionType()); in createDirectCallInst()
469 II->mutateFunctionType(DirectCallee->getFunctionType()); in createDirectCallInst()
/external/llvm/lib/Transforms/Utils/
DValueMapper.cpp899 CS.mutateFunctionType(FunctionType::get( in remapInstruction()
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp3141 CS.mutateFunctionType( in fuseChosenPairs()