Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DSpeculateAnalyses.cpp57 auto CalledValue = Call->getCalledOperand()->stripPointerCasts(); in findCalles() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp315 auto *CalledValue = CB->getCalledOperand(); in computeFunctionSummary() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1418 auto *CalledValue = CB->getCalledOperand(); in simplifySuspendPoint() local
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir.go1282 func (v Value) CalledValue() (rv Value) { func