OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:uncondbranch
(Results
1 - 5
of
5
) sorted by null
/external/llvm/tools/llvm-cov/
llvm-cov.cpp
65
static cl::opt<bool>
UncondBranch
("u", cl::Grouping, cl::init(false),
69
cl::aliasopt(
UncondBranch
));
133
PreservePaths,
UncondBranch
, LongNames, NoOutput);
/external/llvm/include/llvm/Support/
GCOV.h
42
PreservePaths(P),
UncondBranch
(U), LongFileNames(L), NoOutput(N) {}
49
bool
UncondBranch
;
/external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp
617
Instruction *
UncondBranch
= Pred->getTerminator();
649
UncondBranch
->eraseFromParent();
[
all
...]
/external/llvm/lib/IR/
GCOV.cpp
641
else if (Options.
UncondBranch
&& NumEdges == 1)
/external/llvm/lib/Target/Mips/
MipsInstrInfo.td
727
class
UncondBranch
<Instruction BEQInst> :
[
all
...]
Completed in 648 milliseconds