Home
last modified time | relevance | path

Searched defs:AllCallsAreIndirect (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp1959 bool AllCallsAreIndirect = all_of(Insts, IsIndirectCall); in canSinkInstructions() local
2465 bool AllCallsAreIndirect = all_of(Invokes, IsIndirectCall); in shouldBelongToSameSet() local