Home
last modified time | relevance | path

Searched refs:InlineFunction (Results 1 – 25 of 228) sorted by relevance

12345678910

/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/Transforms/Utils/
H A DCloning.h212 bool InlineFunction(CallInst *C, InlineFunctionInfo &IFI);
213 bool InlineFunction(InvokeInst *II, InlineFunctionInfo &IFI);
214 bool InlineFunction(CallSite CS, InlineFunctionInfo &IFI);
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/WrapperLLVM/include/llvmWrapper/Transforms/Utils/
H A DCloning.h17 inline bool InlineFunction(llvm::CallInst* CB, llvm::InlineFunctionInfo& IFI,
22 return llvm::InlineFunction(
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/Transforms/Utils/
H A DCloning.h235 bool InlineFunction(CallInst *C, InlineFunctionInfo &IFI, in test_vec_as_mut_buf()
237 bool InlineFunction(InvokeInst *II, InlineFunctionInfo &IFI, in test_vec_as_mut_buf()
239 bool InlineFunction(CallSite CS, InlineFunctionInfo &IFI, in test_vec_as_mut_buf()
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/Transforms/Utils/
H A DCloning.h233 InlineResult InlineFunction(CallInst *C, InlineFunctionInfo &IFI,
236 InlineResult InlineFunction(InvokeInst *II, InlineFunctionInfo &IFI,
239 InlineResult InlineFunction(CallSite CS, InlineFunctionInfo &IFI,
/dports/lang/pocl/pocl-1.8/lib/llvmopencl/
H A DInlineKernels.cc125 llvm::InlineFunction(CInstr, IFI); in inlineKernelCalls()
127 llvm::InlineFunction(*CInstr, IFI); in inlineKernelCalls()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp31 bool llvm::InlineFunction(CallInst *CI, InlineFunctionInfo &IFI) { in InlineFunction() function in llvm
32 return InlineFunction(CallSite(CI), IFI); in InlineFunction()
34 bool llvm::InlineFunction(InvokeInst *II, InlineFunctionInfo &IFI) { in InlineFunction() function in llvm
35 return InlineFunction(CallSite(II), IFI); in InlineFunction()
240 bool llvm::InlineFunction(CallSite CS, InlineFunctionInfo &IFI) { in InlineFunction() function in llvm
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Transforms/Utils/
H A DCloning.h232 InlineResult InlineFunction(CallBase *CB, InlineFunctionInfo &IFI,
235 InlineResult InlineFunction(CallSite CS, InlineFunctionInfo &IFI,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DCloning.h232 InlineResult InlineFunction(CallBase *CB, InlineFunctionInfo &IFI,
235 InlineResult InlineFunction(CallSite CS, InlineFunctionInfo &IFI,
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCloning.h232 InlineResult InlineFunction(CallBase *CB, InlineFunctionInfo &IFI,
235 InlineResult InlineFunction(CallSite CS, InlineFunctionInfo &IFI,
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/Transforms/Utils/
H A DCloning.h232 InlineResult InlineFunction(CallBase *CB, InlineFunctionInfo &IFI,
235 InlineResult InlineFunction(CallSite CS, InlineFunctionInfo &IFI,
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Transforms/IPO/
H A DPartialInlining.cpp133 InlineFunction(CI, IFI); in unswitchFunction()
135 InlineFunction(II, IFI); in unswitchFunction()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/Inline/
H A Dcrash-lifetime-marker.ll4 ; InlineFunction would assert inside the loop that leaves lifetime markers if
/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/Inline/
H A Dcrash-lifetime-marker.ll4 ; InlineFunction would assert inside the loop that leaves lifetime markers if
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/Inline/
H A Dcrash-lifetime-marker.ll4 ; InlineFunction would assert inside the loop that leaves lifetime markers if
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Transforms/Inline/
H A Dcrash-lifetime-marker.ll4 ; InlineFunction would assert inside the loop that leaves lifetime markers if
/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/Inline/
H A Dcrash-lifetime-marker.ll4 ; InlineFunction would assert inside the loop that leaves lifetime markers if
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Transforms/Inline/
H A Dcrash-lifetime-marker.ll4 ; InlineFunction would assert inside the loop that leaves lifetime markers if
/dports/devel/llvm90/llvm-9.0.1.src/test/Transforms/Inline/
H A Dcrash-lifetime-marker.ll4 ; InlineFunction would assert inside the loop that leaves lifetime markers if
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/Transforms/Inline/
H A Dcrash-lifetime-marker.ll4 ; InlineFunction would assert inside the loop that leaves lifetime markers if
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Transforms/Inline/
H A Dcrash-lifetime-marker.ll4 ; InlineFunction would assert inside the loop that leaves lifetime markers if
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/Transforms/Inline/
H A Dcrash-lifetime-marker.ll4 ; InlineFunction would assert inside the loop that leaves lifetime markers if
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/Transforms/Inline/
H A Dcrash-lifetime-marker.ll4 ; InlineFunction would assert inside the loop that leaves lifetime markers if
/dports/devel/llvm80/llvm-8.0.1.src/test/Transforms/Inline/
H A Dcrash-lifetime-marker.ll4 ; InlineFunction would assert inside the loop that leaves lifetime markers if
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/Transforms/Inline/
H A Dcrash-lifetime-marker.ll4 ; InlineFunction would assert inside the loop that leaves lifetime markers if
/dports/devel/llvm70/llvm-7.0.1.src/test/Transforms/Inline/
H A Dcrash-lifetime-marker.ll4 ; InlineFunction would assert inside the loop that leaves lifetime markers if

12345678910