Home
last modified time | relevance | path

Searched refs:PV2 (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl2/lvm2/dist/doc/
H A Dpvmove_outline.txt6 | PV1 | PV2 | PV3 | 254:3
10 Now our hero decides to PV move PV2 to PV4:
33 | PV1 | PV2 | PV3 | 254:4
39 it has finished. Then the current io is written to *both* PV2 and the
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1952 Value *PV2 = collapseToPrimitiveShadow(V2, Pos); in combineShadows() local
1957 CCS.Shadow = IRB.CreateOr(PV1, PV2); in combineShadows()
1959 CallInst *Call = IRB.CreateCall(DFS.DFSanCheckedUnionFn, {PV1, PV2}); in combineShadows()
1968 Value *Ne = IRB.CreateICmpNE(PV1, PV2); in combineShadows()
1972 CallInst *Call = ThenIRB.CreateCall(DFS.DFSanUnionFn, {PV1, PV2}); in combineShadows()