Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h1543 if (!shouldPropagateCallBaseContext(IRP))
2303 bool shouldPropagateCallBaseContext(const IRPosition &IRP);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributor.cpp1791 bool Attributor::shouldPropagateCallBaseContext(const IRPosition &IRP) { in shouldPropagateCallBaseContext() function in Attributor