OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IBB
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Transforms/Utils/
LoopSimplify.cpp
706
BasicBlock *
IBB
= PN->getIncomingBlock(i);
708
if (
IBB
== Preheader) {
711
NewPN->addIncoming(IV,
IBB
);
IntegerDivision.cpp
140
BasicBlock *
IBB
= Builder.GetInsertBlock();
141
Function *F =
IBB
->getParent();
Local.cpp
563
BasicBlock *
IBB
= PN->getIncomingBlock(PI);
564
if (BBPreds.count(
IBB
) &&
565
!CanMergeValues(BBPN->getIncomingValueForBlock(
IBB
),
570
<<
IBB
->getName() << "\n");
580
BasicBlock *
IBB
= PN->getIncomingBlock(PI);
581
if (BBPreds.count(
IBB
) &&
585
<< "predecessor " <<
IBB
->getName() << "\n");
[
all
...]
/external/llvm/lib/CodeGen/
BranchFolding.cpp
848
// Look at blocks (
IBB
) with multiple predecessors (PBB).
851
// to
IBB
, and
853
// not
IBB
; this may require adding back an unconditional branch to
IBB
855
// Bcc
IBB
859
// with a conceptual B to
IBB
after that, which never actually exists.
[
all
...]
/external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp
[
all
...]
Completed in 1892 milliseconds