/llvm-project/clang/lib/CodeGen/ |
H A D | MCDCState.h | 39 struct Branch { struct 40 ConditionID ID; 41 const Stmt *DecisionStmt;
|
/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | UninitializedValues.h | 32 struct Branch { struct 52 SmallVector<Branch, 2> UninitBranches; argument
|
/llvm-project/llvm/unittests/Transforms/Utils/ |
H A D | ProfDataUtilTest.cpp | 47 auto *Branch = dyn_cast<BranchInst>(&I); in TEST() local 75 auto *Branch = dyn_cast<BranchInst>(&I); in TEST() local
|
/llvm-project/clang/unittests/Analysis/FlowSensitive/ |
H A D | TransferBranchTest.cpp | 29 std::optional<bool> Branch; member 48 void transferBranch(bool Branch, const Stmt *S, TestLattice &L, in transferBranch()
|
H A D | LoggerTest.cpp | 43 void transferBranch(bool Branch, const Stmt *S, TestLattice &L, in transferBranch()
|
/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZElimCompare.cpp | 203 MachineInstr *Branch = CCUsers[0]; in convertToBRCT() local 247 MachineInstr *Branch = CCUsers[0]; convertToLoadAndTrap() local 585 MachineInstr *Branch = CCUsers[0]; fuseCompareOperations() local [all...] |
H A D | SystemZLongBranch.cpp | 102 MachineInstr *Branch = nullptr; member 407 MachineInstr *Branch = Terminator.Branch; relaxBranch() local [all...] |
H A D | SystemZInstrInfo.h | 136 Branch(BranchType type, unsigned ccValid, unsigned ccMask, in Branch() function
|
/llvm-project/llvm/unittests/Analysis/ |
H A D | BranchProbabilityInfoTest.cpp | 110 BranchInst *Branch = dyn_cast<BranchInst>(LoopHeaderBB->getTerminator()); in TEST_F() local
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | BranchCloneCheck.cpp | 50 static bool isFallthroughSwitchBranch(const SwitchBranch &Branch) { in isFallthroughSwitchBranch() argument
|
/llvm-project/llvm/unittests/Transforms/IPO/ |
H A D | FunctionSpecializationTest.cpp | 231 Instruction &Branch = Loop.front(); TEST_F() local 374 Instruction &Branch = BB.back(); TEST_F() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SILowerControlFlow.cpp | 342 MachineInstr *Branch = emitElse() local 434 MachineInstr *Branch = emitLoop() local
|
/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | DataflowAnalysis.h | 126 void transferBranchTypeErased(bool Branch, const Stmt *Stmt, in transferBranchTypeErased() argument
|
/llvm-project/llvm/tools/llvm-cov/ |
H A D | CoverageExporterJson.cpp | 236 for (const auto &Branch : FileCoverage.getBranches()) in renderFileBranches() local
|
/llvm-project/llvm/unittests/IR/ |
H A D | ValueTest.cpp | 374 Instruction *Branch = GetNext(C); TEST() local
|
/llvm-project/clang-tools-extra/pseudo/lib/ |
H A D | DirectiveTree.cpp |
|
/llvm-project/llvm/tools/llvm-profgen/ |
H A D | PerfReader.cpp | 241 recordBranchCount(const LBREntry & Branch,UnwindState & State,uint64_t Repeat) recordBranchCount() argument 289 const LBREntry &Branch = State.getCurrentLBR(); unwind() local [all...] |
/llvm-project/clang/lib/Analysis/ |
H A D | UninitializedValues.cpp | 649 UninitUse::Branch Branch; in getUninitUse() local 654 UninitUse::Branch Branch; in getUninitUse() local
|
/llvm-project/llvm/tools/llvm-cfi-verify/lib/ |
H A D | FileAnalysis.cpp | 325 for (const auto &Branch : Graph.ConditionalBranchNodes) { in indirectCFOperandClobber() local
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCInstrDesc.h | 159 Branch, enumerator
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.h | 142 const MCSymbol *Branch; member
|
/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 814 auto Branch = cast<BranchInst>(MappedCS->getNextNode()); replaceEntryBlock() local 1739 auto *Branch = cast<BranchInst>(SuspendBB->getTerminator()); splitAsyncCoroutine() local 1836 auto Branch = cast<BranchInst>(SuspendBB->getTerminator()); splitRetconCoroutine() local [all...] |
/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCChecker.cpp | 425 bool Branch = HexagonMCInstrInfo::getDesc(MCII, ConsumerInst).isBranch(); in checkNewValues() local
|
/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsInstructionSelector.cpp | 406 MachineInstr *Branch = in select() local
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCReduceCRLogicals.cpp | 658 MachineInstr *Branch = in splitBlockOnBinaryCROp() local
|