/netbsd-src/external/apache2/llvm/dist/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 | 1409 Branch(SExpr *C, BasicBlock *T, BasicBlock *E) in Branch() function 1415 Branch(const Branch &Br, SExpr *C, BasicBlock *T, BasicBlock *E) in Branch() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZElimCompare.cpp | 210 MachineInstr *Branch = CCUsers[0]; in convertToBRCT() local 254 MachineInstr *Branch = CCUsers[0]; in convertToLoadAndTrap() local 601 MachineInstr *Branch = CCUsers[0]; in fuseCompareOperations() local
|
H A D | SystemZLongBranch.cpp | 102 MachineInstr *Branch = nullptr; member 391 MachineInstr *Branch = Terminator.Branch; in relaxBranch() local
|
H A D | SystemZInstrInfo.h | 125 Branch(BranchType type, unsigned ccValid, unsigned ccMask, in Branch() function
|
H A D | SystemZInstrInfo.cpp | 379 SystemZII::Branch Branch(getBranchInfo(*I)); in analyzeBranch() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/ |
H A D | PerfReader.cpp | 174 void VirtualUnwinder::recordBranchCount(const LBREntry &Branch, in recordBranchCount() 216 const LBREntry &Branch = State.getCurrentLBR(); in unwind() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
H A D | SILowerControlFlow.cpp | 330 MachineInstr *Branch = in emitElse() local 409 MachineInstr *Branch = in emitLoop() local
|
H A D | SIInstrInfo.cpp | 7184 MachineInstr *Branch = &(*TI); in convertNonUniformIfRegion() local 7210 MachineInstr *Branch = &(*TI); in convertNonUniformLoopRegion() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/ |
H A D | CoverageExporterJson.cpp | 205 for (const auto &Branch : FileCoverage.getBranches()) in renderFileBranches() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | UninitializedValues.cpp | 656 UninitUse::Branch Branch; in getUninitUse() local 661 UninitUse::Branch Branch; in getUninitUse() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/lib/ |
H A D | FileAnalysis.cpp | 321 for (const auto &Branch : Graph.ConditionalBranchNodes) { in indirectCFOperandClobber() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/ |
H A D | HexagonMCChecker.cpp | 425 bool Branch = HexagonMCInstrInfo::getDesc(MCII, I).isBranch(); in checkNewValues() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCInstrDesc.h | 156 Branch, enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
H A D | MipsInstructionSelector.cpp | 412 MachineInstr *Branch = in select() local
|
H A D | MipsDelaySlotFiller.cpp | 560 Iter Branch, in replaceWithCompactBranch()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCReduceCRLogicals.cpp | 657 MachineInstr *Branch = in splitBlockOnBinaryCROp() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/ |
H A D | CoroSplit.cpp | 725 auto Branch = cast<BranchInst>(MappedCS->getNextNode()); in replaceEntryBlock() local 1585 auto *Branch = cast<BranchInst>(SuspendBB->getTerminator()); in splitAsyncCoroutine() local 1686 auto Branch = cast<BranchInst>(SuspendBB->getTerminator()); in splitRetconCoroutine() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMInstructionSelector.cpp | 1151 auto Branch = in select() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExprComplex.cpp | 729 llvm::Instruction *Branch = Builder.CreateCondBr(IsRNaN, INaNBB, ContBB); in EmitBinMul() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | BasicBlockUtils.cpp | 1605 auto Branch = cast<BranchInst>(BB->getTerminator()); in redirectToHub() local
|
H A D | SimplifyCFG.cpp | 5092 BranchInst *Branch = dyn_cast<BranchInst>(BB->getTerminator()); in FindPHIForConditionForwarding() local 6428 bool SimplifyCFGOpt::simplifyBranch(BranchInst *Branch, IRBuilder<> &Builder) { in simplifyBranch()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | IntervalMap.h | 941 using Branch = variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
H A D | ControlHeightReduction.cpp | 891 auto *Branch = RI.HasBranch ? in checkScopeHoistable() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Core.cpp | 2962 LLVMBool LLVMIsConditional(LLVMValueRef Branch) { in LLVMIsConditional() 2966 LLVMValueRef LLVMGetCondition(LLVMValueRef Branch) { in LLVMGetCondition() 2970 void LLVMSetCondition(LLVMValueRef Branch, LLVMValueRef Cond) { in LLVMSetCondition()
|