Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h474 Instruction *transformCallThroughTrampoline(CallSite CS,
H A DInstCombineCalls.cpp4284 return transformCallThroughTrampoline(CS, II); in visitCallSite()
4593 InstCombiner::transformCallThroughTrampoline(CallSite CS, in transformCallThroughTrampoline() function in InstCombiner