OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isDirectCall
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
AbstractCallSite.h
115
bool
isDirectCall
() const {
138
if (
isDirectCall
())
155
if (
isDirectCall
())
170
if (
isDirectCall
())
184
if (
isDirectCall
())
211
if (
isDirectCall
())
/src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
PseudoProbe.h
138
bool
isDirectCall
() const { return Type == PseudoProbeType::DirectCall; }
139
bool isCall() const { return isIndirectCall() ||
isDirectCall
(); }
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp
1735
static bool
isDirectCall
(Use& U) {
1758
if (
isDirectCall
(U) && (Old->isDSOLocal() || !IsJumpTableCanonical))
1781
Old->replaceUsesWithIf(New, [](Use &U) { return
isDirectCall
(U); });
AttributorAttributes.cpp
5550
if (ACS.
isDirectCall
())
Completed in 60 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026