Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h230 Instruction *transformCallThroughTrampoline(CallBase &Call,
H A DInstCombineCalls.cpp2394 return transformCallThroughTrampoline(Call, *II); in visitCallBase()
2844 InstCombinerImpl::transformCallThroughTrampoline(CallBase &Call, in transformCallThroughTrampoline() function in InstCombinerImpl