OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeoptBundle
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp
1128
auto
DeoptBundle
= *Call->getOperandBundle(LLVMContext::OB_deopt);
1137
ArrayRef<const Use>(
DeoptBundle
.Inputs.begin(),
DeoptBundle
.Inputs.end());
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
CorrelatedValuePropagation.cpp
600
if (auto
DeoptBundle
= CB.getOperandBundle(LLVMContext::OB_deopt)) {
601
for (const Use &ConstU :
DeoptBundle
->Inputs) {
RewriteStatepointsForGC.cpp
289
Optional<OperandBundleUse>
DeoptBundle
=
292
if (!
DeoptBundle
.hasValue()) {
298
return
DeoptBundle
.getValue().Inputs;
Completed in 29 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026