/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | MCDCState.h | 39 struct Branch { struct 40 ConditionID ID; 41 const Stmt *DecisionStmt;
|
H A D | CodeGenPGO.cpp | 1307 const auto &Branch = BranchStateIter->second; in emitMCDCCondBitmapUpdate() local
|
H A D | CGExprComplex.cpp | 866 llvm::Instruction *Branch = Builder.CreateCondBr(IsRNaN, INaNBB, ContBB); in EmitBinMul() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | UninitializedValues.h | 32 struct Branch { struct 52 SmallVector<Branch, 2> UninitBranches; argument
|
H A D | ThreadSafetyTIL.h | 1418 Branch(SExpr *C, BasicBlock *T, BasicBlock *E) in Branch() function 1424 Branch(const Branch &Br, SExpr *C, BasicBlock *T, BasicBlock *E) in Branch() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZElimCompare.cpp | 203 MachineInstr *Branch = CCUsers[0]; in convertToBRCT() local 247 MachineInstr *Branch = CCUsers[0]; in convertToLoadAndTrap() local 583 MachineInstr *Branch = CCUsers[0]; in fuseCompareOperations() local
|
H A D | SystemZLongBranch.cpp | 102 MachineInstr *Branch = nullptr; member 407 MachineInstr *Branch = Terminator.Branch; in relaxBranch() local
|
H A D | SystemZInstrInfo.h | 136 Branch(BranchType type, unsigned ccValid, unsigned ccMask, in Branch() function
|
H A D | SystemZInstrInfo.cpp | 397 SystemZII::Branch Branch(getBranchInfo(*I)); in analyzeBranch() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SILowerControlFlow.cpp | 342 MachineInstr *Branch = in emitElse() local 434 MachineInstr *Branch = in emitLoop() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | DataflowAnalysis.h | 126 void transferBranchTypeErased(bool Branch, const Stmt *Stmt, in transferBranchTypeErased()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
H A D | CoverageExporterJson.cpp | 236 for (const auto &Branch : FileCoverage.getBranches()) in renderFileBranches() local
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | UninitializedValues.cpp | 649 UninitUse::Branch Branch; in getUninitUse() local 654 UninitUse::Branch Branch; in getUninitUse() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 814 auto Branch = cast<BranchInst>(MappedCS->getNextNode()); in replaceEntryBlock() local 1740 auto *Branch = cast<BranchInst>(SuspendBB->getTerminator()); in splitAsyncCoroutine() local 1837 auto Branch = cast<BranchInst>(SuspendBB->getTerminator()); in splitRetconCoroutine() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCInstrDesc.h | 159 Branch, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | CodeViewDebug.h | 142 const MCSymbol *Branch; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCChecker.cpp | 425 bool Branch = HexagonMCInstrInfo::getDesc(MCII, ConsumerInst).isBranch(); in checkNewValues() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCReduceCRLogicals.cpp | 658 MachineInstr *Branch = in splitBlockOnBinaryCROp() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsInstructionSelector.cpp | 406 MachineInstr *Branch = in select() local
|
H A D | MipsDelaySlotFiller.cpp | 558 Iter Branch, in replaceWithCompactBranch()
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMapping.cpp | 340 for (const auto *Branch : Branches) { in NextIDsBuilder() local 775 processBranch(const CounterMappingRegion &Branch) { in processBranch()
|
/freebsd/contrib/llvm-project/llvm/lib/FuzzMutate/ |
H A D | IRMutator.cpp | 451 BranchInst *Branch = BranchInst::Create(IfTrue, IfFalse, Cond); in mutate() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstructionSelector.cpp | 1144 auto Branch = in select() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
H A D | RISCVInstructionSelector.cpp | 678 auto Branch = in select() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | IntervalMap.h | 939 using Branch = variable [all...] |