Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1566 if (!shouldPropagateCallBaseContext(IRP))
2480 bool shouldPropagateCallBaseContext(const IRPosition &IRP);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1993 bool Attributor::shouldPropagateCallBaseContext(const IRPosition &IRP) { in shouldPropagateCallBaseContext() function in Attributor