OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BBA
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineDominators.h
84
const MachineBasicBlock *
BBA
= A->getParent(), *BBB = B->getParent();
85
if (
BBA
!= BBB) return DT->dominates(
BBA
, BBB);
88
MachineBasicBlock::const_iterator I =
BBA
->begin();
/external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp
[
all
...]
Completed in 2278 milliseconds