Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1248 if (!shouldPropagateCallBaseContext(IRP))
1941 bool shouldPropagateCallBaseContext(const IRPosition &IRP);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1180 bool Attributor::shouldPropagateCallBaseContext(const IRPosition &IRP) { in shouldPropagateCallBaseContext() function in Attributor