OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PBI
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
FlattenCFG.cpp
151
BranchInst *
PBI
= dyn_cast<BranchInst>(Pred->getTerminator());
154
if (!
PBI
)
159
if (
PBI
->isUnconditional()) {
174
assert(
PBI
->isConditional());
177
Value *PC =
PBI
->getCondition();
190
for (BasicBlock::iterator BI = Pred->begin(), BE =
PBI
->getIterator();
206
BasicBlock *PS1 =
PBI
->getSuccessor(0);
207
BasicBlock *PS2 =
PBI
->getSuccessor(1);
281
BranchInst *
PBI
= cast<BranchInst>(FirstCondBlock->getTerminator());
284
Value *PC =
PBI
->getCondition()
[
all
...]
SimplifyCFG.cpp
2991
/// Return true if either
PBI
or BI has branch weight available, and store
2992
/// the weights in {Pred|Succ}{True|False}Weight. If one of
PBI
and BI does
2994
static bool extractPredSuccWeights(BranchInst *
PBI
, BranchInst *BI,
3000
PBI
->extractProfMetadata(PredTrueWeight, PredFalseWeight);
3018
shouldFoldCondBranchesToCommonDestination(BranchInst *BI, BranchInst *
PBI
,
3020
assert(BI &&
PBI
&& BI->isConditional() &&
PBI
->isConditional() &&
3022
assert(is_contained(predecessors(BI->getParent()),
PBI
->getParent()) &&
3029
if (TTI &&
PBI
->extractProfMetadata(PTWeight, PFWeight) &&
3036
if (
PBI
->getSuccessor(0) == BI->getSuccessor(0))
[
all
...]
/src/external/gpl2/groff/font/devps/
Makefile
11
NB NBI NI NR PB
PBI
PI PR TB TBI TI TR ZCMI \
/src/external/gpl2/groff/dist/font/devps/generate/
Makefile
38
HNI HNR NB NBI NI NR PB
PBI
PI PR TB TBI TI TR ZCMI
114
PBI
:
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
JumpThreading.cpp
1269
auto *
PBI
= dyn_cast<BranchInst>(CurrentPred->getTerminator());
1270
if (!
PBI
|| !
PBI
->isConditional())
1272
if (
PBI
->getSuccessor(0) != CurrentBB &&
PBI
->getSuccessor(1) != CurrentBB)
1275
bool CondIsTrue =
PBI
->getSuccessor(0) == CurrentBB;
1277
isImpliedCondition(
PBI
->getCondition(), Cond, DL, CondIsTrue);
Completed in 22 milliseconds
Indexes created Sat Apr 25 00:22:52 UTC 2026