| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | SampleProfileInference.cpp | 114 if (Edge.Flow > 0) { in run() 115 TotalCost += Edge.Cost * Edge.Flow; in run() 117 TotalFlow += Edge.Flow; in run() 140 SrcEdge.Flow = 0; in addEdge() 147 DstEdge.Flow = 0; in addEdge() 162 std::vector<std::pair<uint64_t, int64_t>> Flow; in getFlow() local 164 if (Edge.Flow > 0) in getFlow() 165 Flow.push_back(std::make_pair(Edge.Dst, Edge.Flow)); in getFlow() 167 return Flow; in getFlow() 172 int64_t Flow = 0; in getFlow() local [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
| H A D | SIOptimizeVGPRLiveRange.cpp | 104 void collectElseRegionBlocks(MachineBasicBlock *Flow, 109 collectCandidateRegisters(MachineBasicBlock *If, MachineBasicBlock *Flow, 124 MachineBasicBlock *Flow) const; 127 Register Reg, Register NewReg, MachineBasicBlock *Flow, 133 MachineBasicBlock *Flow, MachineBasicBlock *Endif, 184 MachineBasicBlock *Flow, MachineBasicBlock *Endif, in collectElseRegionBlocks() argument 186 assert(Flow != Endif); in collectElseRegionBlocks() 192 if (Pred != Flow && !Blocks.contains(Pred)) in collectElseRegionBlocks() 223 MachineBasicBlock *If, MachineBasicBlock *Flow, MachineBasicBlock *Endif, in collectCandidateRegisters() argument 272 if (Pred == Flow) in collectCandidateRegisters() [all …]
|
| H A D | AMDGPUInstrInfo.td | 337 // Flow Control Profile Types 345 // Flow Control DAG Nodes
|
| /openbsd-src/usr.bin/file/magdir/ |
| H A D | fcs | 4 # fcs: file(1) magic for FCS (Flow Cytometry Standard) data files 6 0 string FCS1.0 Flow Cytometry Standard (FCS) data, version 1.0 7 0 string FCS2.0 Flow Cytometry Standard (FCS) data, version 2.0 8 0 string FCS3.0 Flow Cytometry Standard (FCS) data, version 3.0
|
| H A D | nitpicker | 6 0 string NPFF NItpicker Flow File
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | StructurizeCFG.cpp | 303 BasicBlock *needPostfix(BasicBlock *Flow, bool ExitUseAllowed); 856 BasicBlock *Flow = BasicBlock::Create(Context, FlowBlockName, in getNextFlow() local 858 FlowSet.insert(Flow); in getNextFlow() 863 TermDL[Flow] = std::move(DL); in getNextFlow() 865 DT->addNewBlock(Flow, Dominator); in getNextFlow() 866 ParentRegion->getRegionInfo()->setRegionFor(Flow, ParentRegion); in getNextFlow() 867 return Flow; in getNextFlow() 881 BasicBlock *Flow = getNextFlow(Entry); in needPrefix() local 884 changeExit(PrevNode, Flow, true); in needPrefix() 885 PrevNode = ParentRegion->getBBNode(Flow); in needPrefix() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
| H A D | arc-dis.h | 30 enum Flow enum 61 enum Flow flow;
|
| /openbsd-src/gnu/usr.bin/binutils/opcodes/ |
| H A D | arc-dis.h | 30 enum Flow enum 61 enum Flow flow;
|
| /openbsd-src/regress/sys/net/pflow/ |
| H A D | template.pl | 23 use Net::Flow; 73 Net::Flow::decode(\$packet, $template_ref);
|
| H A D | flow.pl | 26 use Net::Flow; 174 Net::Flow::decode(\$packet, $template_ref);
|
| H A D | Makefile | 49 @echo Install the p5-Net-Flow package to run pflow test.
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
| H A D | SampleProfileInference.h | 53 uint64_t Flow{0}; 71 uint64_t Flow{0}; 241 BlockWeights[BB] = Func.Blocks[BlockIndex[BB]].Flow; 245 EdgeWeights[E] = Jump.Flow;
|
| /openbsd-src/regress/sbin/ipsecctl/ |
| H A D | ikefail13.ok | 1 stdin: 2: Flow NAT address family mismatch
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | SarifDiagnostics.cpp | 136 auto Flow = ThreadFlow::create() in createThreadFlows() local 140 Flows.push_back(Flow); in createThreadFlows()
|
| /openbsd-src/gnu/llvm/lld/MinGW/ |
| H A D | Options.td | 144 defm guard_cf : B<"guard-cf", "Enable Control Flow Guard" , 145 "Do not enable Control Flow Guard (default)">; 147 "Enable Control Flow Guard long jump hardening (default for --guard-cf)" , 148 "Do not enable Control Flow Guard long jump hardening">;
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/ |
| H A D | README.txt | 120 Of course, viewing the CFG (Control-Flow Graph) is also useful: 125 -cfg-dump Display Control-Flow Graphs 126 -cfg-view View Control-Flow Graphs using GraphViz
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | Sanitizers.def | 118 // Control Flow Integrity 130 // Kernel Control Flow Integrity
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | DataFlowAnalysisIntro.md | 345 ### Flow condition 361 // Flow condition: x >= 0. 364 // Flow condition: x < 0. 845 // Flow condition: true. 847 // Flow condition: b1. 882 // Flow condition: true. 884 // Flow condition: x.has_value() == true. 887 // Flow condition: true. 899 // Flow condition: x.has_value() == true. 901 // Flow condition: true.
|
| H A D | ClangRepl.rst | 35 Clang-Repl Basic Data Flow
|
| H A D | ShadowCallStack.rst | 38 `Return Flow Guard`_ is a pure software implementation of shadow call stacks 49 .. _`Return Flow Guard`: https://xlab.tencent.com/en/2016/11/02/return-flow-guard/
|
| H A D | SanitizerSpecialCaseList.rst | 60 Flow Integrity virtual and indirect call checking. Entries without a section
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | CFIVerify.rst | 2 Control Flow Verification Tool Design Document 12 mechanisms implemented by Clang's *Control Flow Integrity* (CFI) schemes
|
| /openbsd-src/gnu/llvm/lld/docs/ |
| H A D | ReleaseNotes.rst | 85 enabling Control Flow Guard and long jump hardening. These options are
|
| /openbsd-src/gnu/llvm/llvm/docs/tutorial/MyFirstLanguageFrontend/ |
| H A D | index.rst | 63 - `Chapter #5: Extending the Language: Control Flow <LangImpl05.html>`_ - With
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
| H A D | ARMCallingConv.td | 254 // Windows Control Flow Guard checks take a single argument (the target function 273 // The Windows Control Flow Guard Check function preserves the same registers as
|