OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ThisBB
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h
203
TrueBB(truebb), FalseBB(falsebb),
ThisBB
(me),
217
//
ThisBB
- the block into which to emit the code for the setcc and branches
218
MachineBasicBlock *
ThisBB
;
254
Mask(M),
ThisBB
(T), TargetBB(Tr), ExtraWeight(Weight) { }
256
MachineBasicBlock *
ThisBB
;
SelectionDAGISel.cpp
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp
698
BasicBlock *
ThisBB
= PN->getIncomingBlock(i);
699
Value *TrueVInPred = TrueV->DoPHITranslation(PhiTransBB,
ThisBB
);
700
Value *FalseVInPred = FalseV->DoPHITranslation(PhiTransBB,
ThisBB
);
707
NewPN->addIncoming(InV,
ThisBB
);
[
all
...]
Completed in 105 milliseconds