OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CRI
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCReduceCRLogicals.cpp
389
bool splitBlockOnBinaryCROp(CRLogicalOpInfo &
CRI
);
586
CRLogicalOpInfo
CRI
= AllCRLogicalOps[Idx];
587
if (
CRI
.IsBinary &&
CRI
.ContainedInBlock &&
CRI
.SingleUse &&
CRI
.FeedsBR &&
588
CRI
.DefsSingleUse) {
589
Changed = splitBlockOnBinaryCROp(
CRI
);
613
bool PPCReduceCRLogicals::splitBlockOnBinaryCROp(CRLogicalOpInfo &
CRI
) {
614
if (
CRI
.CopyDefs.first == CRI.CopyDefs.second)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
2918
const auto &
CRI
= cast<CleanupReturnInst>(I);
2919
pushValue(
CRI
.getCleanupPad(), InstID, Vals);
2920
if (
CRI
.hasUnwindDest())
2921
Vals.push_back(VE.getValueID(
CRI
.getUnwindDest()));
2926
const auto &
CRI
= cast<CatchReturnInst>(I);
2927
pushValue(
CRI
.getCatchPad(), InstID, Vals);
2928
Vals.push_back(VE.getValueID(
CRI
.getSuccessor()));
/src/external/apache2/llvm/dist/llvm/lib/IR/
Verifier.cpp
536
void visitCleanupReturnInst(CleanupReturnInst &
CRI
);
3946
} else if (auto *
CRI
= dyn_cast<CleanupReturnInst>(TI)) {
3947
FromPad =
CRI
->getOperand(0);
3948
Assert(FromPad != ToPadParent, "A cleanupret must exit its cleanup",
CRI
);
4090
if (auto *
CRI
= dyn_cast<CleanupReturnInst>(U)) {
4091
UnwindDest =
CRI
->getUnwindDest();
4278
void Verifier::visitCleanupReturnInst(CleanupReturnInst &
CRI
) {
4279
Assert(isa<CleanupPadInst>(
CRI
.getOperand(0)),
4280
"CleanupReturnInst needs to be provided a CleanupPad", &
CRI
,
4281
CRI
.getOperand(0))
[
all
...]
Completed in 35 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026