OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PTI
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp
637
TerminatorInst *
PTI
= Pred->getTerminator();
638
if (BranchInst *BI = dyn_cast<BranchInst>(
PTI
))
/external/clang/lib/Sema/
SemaType.cpp
[
all
...]
/external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp
778
TerminatorInst *
PTI
= Pred->getTerminator();
779
Value *PCV = isValueEqualityComparison(
PTI
); // PredCondVal
781
if (PCV == CV && SafeToMergeTerminators(TI,
PTI
)) {
787
BasicBlock *PredDefault = GetValueEqualityComparisonCases(
PTI
, PredCases);
789
// Based on whether the default edge from
PTI
goes to BB or not, fill in
796
bool PredHasWeights = HasBranchWeights(
PTI
);
800
GetBranchWeights(
PTI
, Weights);
820
// If this is the default destination from
PTI
, only the edges in TI
821
// that don't occur in
PTI
, or that branch to BB will be activated.
[
all
...]
Completed in 217 milliseconds