OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ExitingBB
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
MachineBlockPlacement.cpp
274
void rotateLoop(BlockChain &LoopChain, MachineBasicBlock *
ExitingBB
,
706
MachineBasicBlock *
ExitingBB
= nullptr;
725
MachineBasicBlock *OldExitingBB =
ExitingBB
;
765
if (!
ExitingBB
|| SuccLoopDepth > BestExitLoopDepth ||
770
ExitingBB
= MBB;
776
ExitingBB
= OldExitingBB;
[
all
...]
/external/llvm/lib/Analysis/
ScalarEvolutionExpander.cpp
[
all
...]
Completed in 87 milliseconds