Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1388 if (!shouldPropagateCallBaseContext(IRP))
2127 bool shouldPropagateCallBaseContext(const IRPosition &IRP);
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1552 bool Attributor::shouldPropagateCallBaseContext(const IRPosition &IRP) { in shouldPropagateCallBaseContext() function in Attributor