Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h233 Instruction *transformCallThroughTrampoline(CallBase &Call,
H A DInstCombineCalls.cpp3024 return transformCallThroughTrampoline(Call, *II); in visitCallBase()
3490 InstCombinerImpl::transformCallThroughTrampoline(CallBase &Call, in transformCallThroughTrampoline() function in InstCombinerImpl