OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NumExitBlocks
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h
53
unsigned
NumExitBlocks
;
/external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp
124
Blocks(buildExtractionBlockSet(BB)),
NumExitBlocks
(~0U) {}
129
Blocks(buildExtractionBlockSet(BBs)),
NumExitBlocks
(~0U) {}
133
Blocks(buildExtractionBlockSet(L.getBlocks())),
NumExitBlocks
(~0U) {}
138
Blocks(buildExtractionBlockSet(RN)),
NumExitBlocks
(~0U) {}
302
switch (
NumExitBlocks
) {
479
NumExitBlocks
> 1 ? "targetBlock" : "");
543
switch (
NumExitBlocks
) {
630
switch (
NumExitBlocks
) {
666
TheSwitch->setDefaultDest(TheSwitch->getSuccessor(
NumExitBlocks
));
668
TheSwitch->removeCase(SwitchInst::CaseIt(TheSwitch,
NumExitBlocks
-1))
[
all
...]
Completed in 323 milliseconds