Home
last modified time | relevance | path

Searched refs:EnableBranches (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DIROutliner.h357 bool visitBranchInst(BranchInst &BI) { return EnableBranches; } in visitBranchInst()
358 bool visitPHINode(PHINode &PN) { return EnableBranches; } in visitPHINode()
425 bool EnableBranches = false; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DIRSimilarityIdentifier.h527 if (EnableBranches) in visitBranchInst()
532 if (EnableBranches) in visitPHINode()
593 bool EnableBranches = false; member
1053 EnableBranches(MatchBranches), EnableIndirectCalls(MatchIndirectCalls),
1134 bool EnableBranches = true; variable
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DIRSimilarityIdentifier.cpp1456 Mapper.InstClassifier.EnableBranches = this->EnableBranches; in findSimilarity()
1470 Mapper.InstClassifier.EnableBranches = this->EnableBranches; in findSimilarity()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp2788 InstructionClassifier.EnableBranches = !DisableBranches; in doOutline()