OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getTagID
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/IR/
InstrTypes.h
1087
uint32_t
getTagID
() const {
1093
return
getTagID
() == LLVMContext::OB_deopt;
1098
return
getTagID
() == LLVMContext::OB_funclet;
1103
return
getTagID
() == LLVMContext::OB_cfguardtarget;
1967
if (getOperandBundleAt(i).
getTagID
() == ID)
1998
if (U.
getTagID
() == ID)
2065
uint32_t ID = getOperandBundleAt(i).
getTagID
();
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
InlineFunction.cpp
1777
uint32_t Tag = CB.getOperandBundleAt(i).
getTagID
();
1992
if (ChildOB.
getTagID
() != LLVMContext::OB_deopt) {
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
FastISel.cpp
1499
if (Call->getOperandBundleAt(i).
getTagID
() != LLVMContext::OB_funclet)
/src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/
ObjCARCOpts.cpp
780
if (Bundle.
getTagID
() == LLVMContext::OB_funclet)
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LICM.cpp
1462
if (Bundle.
getTagID
() == LLVMContext::OB_funclet)
/src/external/apache2/llvm/dist/llvm/lib/IR/
Instructions.cpp
459
if (Bundle.
getTagID
() == ID) {
Verifier.cpp
3302
uint32_t Tag = BU.
getTagID
();
Completed in 66 milliseconds
Indexes created Sun Aug 02 00:25:04 UTC 2026