OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PBB
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/bugpoint/
ExtractFunction.cpp
89
const BasicBlock *
PBB
= I->getParent();
90
const Function *PF =
PBB
->getParent();
97
std::advance(RBI, std::distance(PF->begin(), Function::const_iterator(
PBB
)));
100
std::advance(RI, std::distance(
PBB
->begin(), BasicBlock::const_iterator(I)));
/src/external/apache2/llvm/dist/llvm/lib/IR/
SafepointIRVerifier.cpp
622
const BasicBlock *
PBB
= *PredIt;
623
BasicBlockState *PBBS = getBasicBlockState(
PBB
);
/src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp
388
BasicBlock *
PBB
= I->getParent();
392
if (
PBB
== BB)
398
BranchInst *BI = dyn_cast<BranchInst>(
PBB
->getTerminator());
3771
// destination block can trap when reached by BB or
PBB
(PR17073). In that
Completed in 24 milliseconds
Indexes created Mon Mar 23 00:23:30 UTC 2026