Home
last modified time | relevance | path

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

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