OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PTI
(Results
1 - 5
of
5
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
TailRecursionElimination.cpp
600
TerminatorInst *
PTI
= Pred->getTerminator();
601
if (BranchInst *BI = dyn_cast<BranchInst>(
PTI
))
/external/llvm/lib/Transforms/Scalar/
TailRecursionElimination.cpp
688
TerminatorInst *
PTI
= Pred->getTerminator();
689
if (BranchInst *BI = dyn_cast<BranchInst>(
PTI
))
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SimplifyCFG.cpp
696
TerminatorInst *
PTI
= Pred->getTerminator();
697
Value *PCV = isValueEqualityComparison(
PTI
); // PredCondVal
699
if (PCV == CV && SafeToMergeTerminators(TI,
PTI
)) {
705
BasicBlock *PredDefault = GetValueEqualityComparisonCases(
PTI
, PredCases);
707
// Based on whether the default edge from
PTI
goes to BB or not, fill in
713
// If this is the default destination from
PTI
, only the edges in TI
714
// that don't occur in
PTI
, or that branch to BB will be activated.
778
Builder.SetInsertPoint(
PTI
);
789
NewSI->setDebugLoc(
PTI
->getDebugLoc());
793
EraseTerminatorInstAndDCECond(
PTI
);
[
all
...]
/external/clang/lib/Sema/
SemaType.cpp
[
all
...]
/external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp
[
all
...]
Completed in 1933 milliseconds