OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:visitLandingPadInst
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/IPO/
IROutliner.h
316
bool
visitLandingPadInst
(LandingPadInst &LPI) { return false; }
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
InstVisitor.h
197
RetTy
visitLandingPadInst
(LandingPadInst &I) { DELEGATE(Instruction); }
/src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
IRSimilarityIdentifier.h
399
InstrType
visitLandingPadInst
(LandingPadInst &LPI) { return Illegal; }
/src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp
3151
Instruction *InstCombinerImpl::
visitLandingPadInst
(LandingPadInst &LI) {
/src/external/apache2/llvm/dist/llvm/lib/IR/
Verifier.cpp
529
void
visitLandingPadInst
(LandingPadInst &LPI);
3972
void Verifier::
visitLandingPadInst
(LandingPadInst &LPI) {
Completed in 88 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026